diff options
| author | 2014-06-04 21:30:17 +0000 | |
|---|---|---|
| committer | 2014-06-04 21:30:17 +0000 | |
| commit | 51b976d70bb74d8bbbc55346c5a83c429c016adb (patch) | |
| tree | 7f613ab45217b5d75cb0ca8690b116cfde6e53a4 /hash | |
| parent | d15871c7b0da72b6a1fd0cb74763a07f431b879a (diff) | |
(MESS) msx.c: Added support for Arc (nw)
Diffstat (limited to 'hash')
| -rw-r--r-- | hash/msx2_flop.xml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/hash/msx2_flop.xml b/hash/msx2_flop.xml index 6bea2552515..852c786e8ca 100644 --- a/hash/msx2_flop.xml +++ b/hash/msx2_flop.xml @@ -309,19 +309,20 @@ The following floppies came with the machines. </software> --> - <!-- Needs specific mapper --> - <software name="arc" supported="no"> + <software name="arc"> <description>Arc</description> <year>1990</year> <publisher>Parallax</publisher> - <part name="flop1" interface="floppy_3_5"> + <!-- Floppy #2 is the game disk --> + <part name="flop2" interface="floppy_3_5"> <dataarea name="flop" size="737280"> - <rom name="ARC_disk_A.dsk" size="737280" crc="dfd9c28d" sha1="ddff24b17fd4fcaecd8197fb8a20099483924565" offset="0" /> + <rom name="ARC_disk_B.dsk" size="737280" crc="af2bd084" sha1="8d91f61e28c0d813f16adb06e019da911aa84b2c" offset="0" /> </dataarea> </part> - <part name="flop2" interface="floppy_3_5"> + <!-- Floppy #1 contains the manual --> + <part name="flop1" interface="floppy_3_5"> <dataarea name="flop" size="737280"> - <rom name="ARC_disk_B.dsk" size="737280" crc="af2bd084" sha1="8d91f61e28c0d813f16adb06e019da911aa84b2c" offset="0" /> + <rom name="ARC_disk_A.dsk" size="737280" crc="dfd9c28d" sha1="ddff24b17fd4fcaecd8197fb8a20099483924565" offset="0" /> </dataarea> </part> <part name="cart" interface="msx_cart"> |
