More XML video configuration fixes
This commit is contained in:
parent
0c2a50ed0a
commit
6b6386dd15
4 changed files with 5 additions and 7 deletions
|
|
@ -45,15 +45,10 @@ pcjs:
|
|||
- /modules/pcjs/lib/x86cpu.js
|
||||
- /modules/pcjs/lib/x86fpu.js
|
||||
- /modules/pcjs/lib/x86func.js
|
||||
- /modules/pcjs/lib/x86help.js
|
||||
- /modules/pcjs/lib/x86mods.js
|
||||
- /modules/pcjs/lib/x86ops.js
|
||||
- /modules/pcjs/lib/x86op0f.js
|
||||
- /modules/pcjs/lib/x86modb.js
|
||||
- /modules/pcjs/lib/x86modw.js
|
||||
- /modules/pcjs/lib/x86modb16.js
|
||||
- /modules/pcjs/lib/x86modw16.js
|
||||
- /modules/pcjs/lib/x86modb32.js
|
||||
- /modules/pcjs/lib/x86modw32.js
|
||||
- /modules/pcjs/lib/x86modsib.js
|
||||
- /modules/pcjs/lib/chipset.js
|
||||
- /modules/pcjs/lib/rom.js
|
||||
- /modules/pcjs/lib/ram.js
|
||||
|
|
|
|||
|
|
@ -8,4 +8,5 @@
|
|||
<control type="led" label="Scroll" binding="scroll-lock" padleft="8px"/>
|
||||
</control>
|
||||
</menu>
|
||||
<rom id="romEGA" addr="0xc0000" size="0x4000" file="/devices/pc/video/ibm/ega/1984-09-13/ibm-ega.json" notify="videoEGA"/>
|
||||
</video>
|
||||
|
|
|
|||
|
|
@ -10,4 +10,5 @@
|
|||
<control type="button" binding="fullScreen" padleft="8px">Full Screen</control>
|
||||
</control>
|
||||
</menu>
|
||||
<rom id="romEGA" addr="0xc0000" size="0x4000" file="/devices/pc/video/ibm/ega/1984-09-13/ibm-ega.json" notify="videoEGA"/>
|
||||
</video>
|
||||
|
|
|
|||
|
|
@ -10,4 +10,5 @@
|
|||
<control type="button" binding="fullScreen" padleft="8px">Full Screen</control>
|
||||
</control>
|
||||
</menu>
|
||||
<rom id="romVGA" addr="0xc0000" size="0x6000" file="/devices/pc/video/ibm/vga/1986-10-27/ibm-vga.json" notify="videoVGA[0x378d,0x3f8d]"/>
|
||||
</video>
|
||||
|
|
|
|||
Loading…
Reference in a new issue