Fixed serial port transmitter interrupts, and added a new blog post (RetroReview: SPEEDUP)

This commit is contained in:
Jeff 2017-07-22 23:08:46 -07:00 • committed by Jeff Parsons
commit a85662632c
8 changed files with 810 additions and 541 deletions

View file

@ -8,7 +8,7 @@
<rom id="romHDC" addr="0xc8000" size="0x2000" file="/devices/pcx86/hdc/ibm-xebec-1982.json"/>
<rom id="romBASIC" addr="0xf6000" size="0x8000" file="/devices/pcx86/rom/5160/basic/BASIC110.json"/>
<rom id="romBIOS" addr="0xfe000" size="0x2000" file="/devices/pcx86/rom/5160/1982-11-08/XTBIOS-REV1.json"/>
<video ref="/devices/pcx86/video/ibm/ega/1984-09-13/128kb-autolockfs.xml"/>
<video ref="/devices/pcx86/video/ibm/ega/1984-09-13/128kb-lockfs.xml"/>
<fdc ref="/disks/pcx86/compiled/shareware/pcsig08/pcsig08.xml"/>
<keyboard ref="/devices/pcx86/keyboard/us83-buttons-functions.xml"/>
<debugger id="debugger"/>

View file

@ -7,7 +7,7 @@
<rom id="romHDC" addr="0xc8000" size="0x2000" file="/devices/pcx86/hdc/ibm-xebec-1982.json"/>
<rom id="romBASIC" addr="0xf6000" size="0x8000" file="/devices/pcx86/rom/5160/basic/BASIC110.json"/>
<rom id="romBIOS" addr="0xfe000" size="0x2000" file="/devices/pcx86/rom/5160/1982-11-08/XTBIOS-REV1.json"/>
<video ref="/devices/pcx86/video/ibm/ega/1984-09-13/128kb-autolockfs.xml"/>
<video ref="/devices/pcx86/video/ibm/ega/1984-09-13/128kb-lockfs.xml"/>
<fdc ref="/disks/pcx86/compiled/shareware/pcsig08/pcsig08.xml"/>
<cpu id="cpu8088" model="8088" autoStart="true" pos="right" padRight="8px">
<control type="button" binding="run">Run</control>