Download List

專案描述

genroms is a utility meant to aid in generating ROM files for arcade machines or emulators. You pass it in a standard Intel Hex File (.IHX) along with a description of the ROM layout in memory (.ROMS), and it will generate the ROM files as specified in the ROM layout file. It is primarily meant to help people that are trying to write programs for arcade machines, or for circumstances where the ROM layout may be strange or non-contiguous.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-10-05 09:00
1.8

A bug was tracked down and removed pertaining to
addressing of the first byte in certain ROM configurations.
The bug caused incorrect data to be stored in the ROM files,
in wrong locations.
標籤: Major bugfixes

2004-06-14 09:58
1.7

Patch functionality in which a set of ROMs are loaded in
before the .ihx file is parsed was added. This enables the easy
patching of existing ROM files. More statistical information is
output at runtime.
標籤: Major feature enhancements

2004-01-13 07:36
1.5

The "-patch" option was added so that ROM images can
be backfilled with other ROMs first. This allows very small
patches to be applied to existing ROMsets.
標籤: Major feature enhancements

2004-01-09 11:40
1.3

This version adds a -list option to list out all of the ROMs
in the "program" group to aid in Makefile automation.
標籤: Minor feature enhancements

2003-03-06 07:19
1.2

This version improves the output from processing to be a bit more informative. The documentation has also been updated slightly.
標籤: Minor feature enhancements

Project Resources