pcjs/devices/pc/video/ibm/ega
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2015-05-18 21:02:37 -07:00
..
ibm-ega-64kb.xml The great video config reorg 2015-05-18 21:02:37 -07:00
ibm-ega-128kb-lock.xml The great video config reorg 2015-05-18 21:02:37 -07:00
ibm-ega-640-128kb-lock.xml The great video config reorg 2015-05-18 21:02:37 -07:00
ibm-ega.json The great video config reorg 2015-05-18 21:02:37 -07:00
ibm-ega.map The great video config reorg 2015-05-18 21:02:37 -07:00
README.md The great video config reorg 2015-05-18 21:02:37 -07:00

IBM EGA ROM

To (re)build the JSON-encoded IBM EGA ROM with symbols, run the following command:

filedump --file=static/ibm-ega.rom --format=bytes --decimal

The symbol information in the MAP file will be automatically converted and appended to the dump of the ROM file.

The PCjs server's Dump API can be used as well:

http://www.pcjs.org/api/v1/dump?file=http://static.pcjs.org/devices/pc/video/ibm/ega/ibm-ega.rom&format=bytes&decimal=true