pcjs/devices/pc/video
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2014-12-04 20:18:42 -08:00
..
ibm-ega.json Updated C1Pjs to use the FileDump API properly 2014-11-16 14:17:01 -08:00
ibm-ega.map Selected OS/2 1.0 boot configs operational now 2014-12-04 20:18:42 -08: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-cga-960-touch.xml Followup to previous delta: removed obsolete "class" attribute from all controls 2014-11-15 18:47:39 -08:00
video-cga-960.xml Followup to previous delta: removed obsolete "class" attribute from all controls 2014-11-15 18:47:39 -08:00
video-cga-lock.xml Followup to previous delta: removed obsolete "class" attribute from all controls 2014-11-15 18:47:39 -08:00
video-cga.xml Followup to previous delta: removed obsolete "class" attribute from all controls 2014-11-15 18:47:39 -08:00
video-ega-64kb.xml Followup to previous delta: removed obsolete "class" attribute from all controls 2014-11-15 18:47:39 -08:00
video-ega-128kb-lock.xml Followup to previous delta: removed obsolete "class" attribute from all controls 2014-11-15 18:47:39 -08:00
video-ega-640-128kb-lock.xml Followup to previous delta: removed obsolete "class" attribute from all controls 2014-11-15 18:47:39 -08:00
video-mda.xml Followup to previous delta: removed obsolete "class" attribute from all controls 2014-11-15 18:47:39 -08: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