2010-07-08 16:18:07 +02:00
|
|
|
.\" -*- nroff -*-
|
|
|
|
.\"
|
|
|
|
.\" jedutil.1
|
|
|
|
.\"
|
|
|
|
.\" Man page created from source and usage information
|
2012-12-06 05:39:12 +01:00
|
|
|
.\" Cesare Falco <c.falco@ubuntu.com>, February 2007
|
2010-07-08 16:18:07 +02:00
|
|
|
.\"
|
|
|
|
.\" References
|
|
|
|
.\" http://aarongiles.com/?p=159
|
|
|
|
.\"
|
2016-07-21 16:29:37 +02:00
|
|
|
.TH JEDUTIL 1 2016-07-21 0.176 "MAME JEDEC file utilities"
|
2010-07-08 16:18:07 +02:00
|
|
|
.\"
|
|
|
|
.\" NAME chapter
|
|
|
|
.SH NAME
|
2013-10-04 04:56:29 +02:00
|
|
|
jedutil \- MAME JEDEC file utilities
|
2010-07-08 16:18:07 +02:00
|
|
|
.\"
|
|
|
|
.\" SYNOPSIS chapter
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B jedutil
|
2013-10-04 04:56:29 +02:00
|
|
|
.RI [ option ]
|
2010-07-08 16:18:07 +02:00
|
|
|
.\"
|
|
|
|
.\" DESCRIPTION chapter
|
|
|
|
.SH 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.
|
|
|
|
.PP
|
|
|
|
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).
|
|
|
|
.PP
|
|
|
|
.B jedutil
|
|
|
|
provides an easy way to convert PLDs data between these two formats.
|
2013-10-04 04:56:29 +02:00
|
|
|
.\"
|
|
|
|
.\" OPTIONS chapter
|
|
|
|
.SH OPTIONS
|
|
|
|
.TP
|
|
|
|
.B \-convert \fIinputfile outputfile \fR[\fIfuses\fR]
|
|
|
|
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.
|
|
|
|
.TP
|
|
|
|
.B \-view \fIinputfile device
|
|
|
|
Dump logic equations. \fIinputfile\fR can be either a JED or binary file.
|
|
|
|
.TP
|
|
|
|
.B \-viewlist
|
|
|
|
View list of supported devices.
|
|
|
|
.SH SEE ALSO
|
|
|
|
mame(6), mess(6)
|