pcjs/devices/pc/video
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2014-10-17 11:04:20 -07:00
..
ibm-ega.json Initial commit (a clone of the jsmachines project as of v1.15.3) 2014-09-27 14:52:57 -07:00
ibm-ega.map Pre-v1.15.5 checkpoint 2014-10-17 11:04:20 -07:00
ibm-mda-cga.json Initial commit (a clone of the jsmachines project as of v1.15.3) 2014-09-27 14:52:57 -07:00
ibm-vga.json Initial commit (a clone of the jsmachines project as of v1.15.3) 2014-09-27 14:52:57 -07:00
README.md Initial commit (a clone of the jsmachines project as of v1.15.3) 2014-09-27 14:52:57 -07:00

Video ROMs

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

filedump --file=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=/devices/pc/video/ibm-ega.rom&format=bytes&decimal=true