mirror of
https://github.com/holub/mame
synced 2025-04-19 15:11:37 +03:00
interpro: emerald diagnostics softlist (nw)
This commit is contained in:
parent
a56c537b44
commit
ae2bb8f6c7
@ -188,10 +188,10 @@
|
||||
5) IOP based 6500 ( Manufacturing Test Only )
|
||||
6) sapphire - 2400/2500/6400/2700/6700/6800/2800
|
||||
|
||||
Currently only the Turquoise and Sapphire systems are supported. Turquoise
|
||||
diagnostics consists of a single floppy, while Sapphire systems have a 4
|
||||
disk set. The first Sapphire disk contains a flash ROM image, with the
|
||||
remaining 3 disks holding the diagnostic utilities.
|
||||
Currently the Emerald, Turquoise and Sapphire systems are supported. Turquoise
|
||||
diagnostics consists of a single floppy, while Emerald and Sapphire systems have
|
||||
a 3 disk set. Sapphire systems also have an additional disk containing an image
|
||||
which can be used to reflash the system.
|
||||
-->
|
||||
<software name="diag">
|
||||
<description>Diagnostic Floppies</description>
|
||||
@ -205,6 +205,29 @@
|
||||
<info name="product_version" value="07.03.15.00" />
|
||||
<info name="product_class" value="Hardware Diagnostics" />
|
||||
|
||||
<!-- Emerald systems have a three-disk set of diagnostic floppies -->
|
||||
<part name="emerald1" interface="floppy_3_5">
|
||||
<feature name="part_id" value="Emerald Diagnostic Floppy #1/3" />
|
||||
<feature name="compatibility" value="6000,6040,6100,6200,6500,6600" />
|
||||
<dataarea name="flop" size="1474560">
|
||||
<rom name="emerald1.img" size="1474560" offset="0" crc="2130e140" sha1="4cfcd2683bb05d04d13909e98e5bd67128534077" />
|
||||
</dataarea>
|
||||
</part>
|
||||
<part name="emerald2" interface="floppy_3_5">
|
||||
<feature name="part_id" value="Emerald Diagnostic Floppy #2/3" />
|
||||
<feature name="compatibility" value="6000,6040,6100,6200,6500,6600" />
|
||||
<dataarea name="flop" size="1474560">
|
||||
<rom name="emerald2.img" size="1474560" offset="0" crc="971c761c" sha1="7c9b1eea5daf919ecde02cf8a1f394e383058708" />
|
||||
</dataarea>
|
||||
</part>
|
||||
<part name="emerald3" interface="floppy_3_5">
|
||||
<feature name="part_id" value="Emerald Diagnostic Floppy #3/3" />
|
||||
<feature name="compatibility" value="6000,6040,6100,6200,6500,6600" />
|
||||
<dataarea name="flop" size="1474560">
|
||||
<rom name="emerald3.img" size="1474560" offset="0" crc="1951566a" sha1="2aa1c7aed43901627f35df8c87785385a5fba701" />
|
||||
</dataarea>
|
||||
</part>
|
||||
|
||||
<!-- Turquoise systems have a single diagnostic floppy -->
|
||||
<part name="turq" interface="floppy_3_5">
|
||||
<feature name="part_id" value="Turqouise Diagnostic Floppy" />
|
||||
|
Loading…
Reference in New Issue
Block a user