Bumped the AT&T 6300 to 8Mhz (doesn't help it pass DMA tests though)

This commit is contained in:
Jeff Parsons 2016-03-21 08:05:52 -07:00
commit 7cd2e3a5e6
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
<machine id="att6300" class="pc" border="1" pos="center" background="#FAEBD7">
<name pos="center">AT&amp;T Personal Computer 6300 with Color Display</name>
<computer id="att6300-640k" name="AT&amp;T 6300"/>
<cpu id="cpu8086" model="8086"/>
<cpu id="cpu8086" model="8086" cycles="8000000"/>
<ram id="ramLow" addr="0x00000" size="0xa0000"/>
<rom ref="/devices/pc/rom/att/6300/bios-143.xml"/>
<video ref="/devices/pc/video/cdp/cga/cdp-cga.xml"/>

View file

@ -7,7 +7,7 @@
<rom ref="/devices/pc/rom/att/6300/bios-143.xml"/>
<video ref="/devices/pc/video/cdp/cga/cdp-cga.xml"/>
<fdc ref="/disks/pc/compiled/library.xml"/>
<cpu id="cpu8086" model="8086" autostart="true" pos="left" padleft="8px" padbottom="8px">
<cpu id="cpu8086" model="8086" cycles="8000000" autostart="true" pos="left" padleft="8px" padbottom="8px">
<control type="button" binding="run">Run</control>
<control type="button" binding="reset">Reset</control>
</cpu>