logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

jedutil - MAME JEDEC file utilities

Description

       Data  for  Programmable  Logic  Devices (PLDs) are usually stored in a format known as JEDEC, basically a
       text file allowing insertion of further information by programmers.

       MAME uses a raw binary representation of the same data, in order to achieve correct identification of PLD
       data through CRC and SHA1 algorithms (i.e. with the -romident option).

       jedutil provides an easy way to convert PLDs data between these two formats.

Name

       jedutil - MAME JEDEC file utilities

Options

-convertinputfileoutputfile [fuses]
              Converts JEDEC data between file formats. Both .jed (JEDEC) and .pla (Berkeley standard PLA) files
              can be converted to a .bin (binary) file, while a binary file can be  converted  to  a  .jed  file
              only.

       -viewinputfiledevice
              Dump logic equations. inputfile can be either a JED or binary file.

       -viewlist
              View list of supported devices.

See Also

mame(6), mess(6)

0.176                                              2016-07-21                                         JEDUTIL(1)

Synopsis

jedutil [option]

See Also