Consolidated EGA/VGA ROM references with their respective XML video configuration files

This commit is contained in:
Jeff Parsons 2016-03-08 17:42:43 -08:00
commit 0c2a50ed0a
33 changed files with 30 additions and 43 deletions

View file

@ -9,4 +9,5 @@
<control type="button" binding="fullScreen" padleft="8px">Full Screen</control>
</control>
</menu>
<rom id="romEGA" addr="0xc0000" size="0x4000" file="/devices/pc/video/compaq/ega/000412-001B/compaq-ega.json" notify="videoEGA"/>
</video>

View file

@ -9,4 +9,5 @@
<control type="button" binding="fullScreen" padleft="8px">Full Screen</control>
</control>
</menu>
<rom id="romVGA" addr="0xc0000" size="0x8000" file="/devices/pc/video/compaq/vga/109360-001/1987-10-27.json" notify="videoVGA"/>
</video>