mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
abc1600_flop.xml: Fixed systest1600 binary floppy image and added source floppy image. [Curt Coder]
This commit is contained in:
parent
baa31b5e45
commit
3815298690
2 changed files with 11 additions and 4 deletions
|
@ -176,10 +176,19 @@ license:CC0-1.0
|
|||
<description>ABC1600 Test Program v5.0</description>
|
||||
<year>1985</year>
|
||||
<publisher>Luxor</publisher>
|
||||
<info name="usage" value="mf(2,0) mf(2,0) systest1600" />
|
||||
|
||||
<part name="flop1" interface="floppy_5_25">
|
||||
<feature name="part_id" value="Binary"/>
|
||||
<dataarea name="flop" size="655360">
|
||||
<rom name="mount1600_systest1600_bootpar.img" size="655360" crc="7111c00c" sha1="c87c5997f77b75ae969f0a401378b87c25b0dd3a"/>
|
||||
<rom name="mount1600_systest1600_bootpar.img" size="655360" crc="d37ad6b9" sha1="ddd82bf8e2c661c4404e9d687e3b1ccbc0898507"/>
|
||||
</dataarea>
|
||||
</part>
|
||||
|
||||
<part name="flop2" interface="floppy_5_25">
|
||||
<feature name="part_id" value="Source"/>
|
||||
<dataarea name="flop" size="655360">
|
||||
<rom name="test1600.img" size="655360" crc="a3894e07" sha1="49850f5283f231b61026b9aa32496c74b58d8d74"/>
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
|
|
@ -37,9 +37,7 @@
|
|||
TODO:
|
||||
|
||||
- systest1600
|
||||
- chip test crashes with trap 4
|
||||
- keyboard test fails
|
||||
- mouse test fails
|
||||
- chip test fails
|
||||
- loadsys1 core dump (/etc/mkfs -b 1024 -v 69000 /dev/sa40)
|
||||
- crashes after reset
|
||||
- CIO
|
||||
|
|
Loading…
Reference in a new issue