1JEDUTIL(1) MAME JEDEC file utilities JEDUTIL(1)
2
3
4
6 jedutil - MAME JEDEC file utilities
7
9 jedutil [option]
10
12 Data for Programmable Logic Devices (PLDs) are usually stored in a for‐
13 mat known as JEDEC, basically a text file allowing insertion of further
14 information by programmers.
15
16 MAME uses a raw binary representation of the same data, in order to
17 achieve correct identification of PLD data through CRC and SHA1 algo‐
18 rithms (i.e. with the -romident option).
19
20 jedutil provides an easy way to convert PLDs data between these two
21 formats.
22
24 -convert inputfile outputfile [fuses]
25 Converts JEDEC data between file formats. Both .jed (JEDEC) and
26 .pla (Berkeley standard PLA) files can be converted to a .bin
27 (binary) file, while a binary file can be converted to a .jed
28 file only.
29
30 -view inputfile device
31 Dump logic equations. inputfile can be either a JED or binary
32 file.
33
34 -viewlist
35 View list of supported devices.
36
38 mame(6), mess(6)
39
40
41
420.176 2016-07-21 JEDUTIL(1)