diff options
author | 2024-09-28 09:37:50 +0200 | |
---|---|---|
committer | 2024-09-28 09:37:50 +0200 | |
commit | 628a601511f1485fb171b386b5119b1c8f4b9441 (patch) | |
tree | 61c2554c5062f76c3c1b7b2a109de1d787704ce2 | |
parent | c63e975a6ef2fac6e7fd22bbae9ccada521ec367 (diff) |
New working software list items
-------------------------------
a2600.xml: Dig Dug (PAL, alt) [Guru]
-rw-r--r-- | hash/a2600.xml | 34 |
1 files changed, 28 insertions, 6 deletions
diff --git a/hash/a2600.xml b/hash/a2600.xml index 2a27809c2d6..182cd9540ea 100644 --- a/hash/a2600.xml +++ b/hash/a2600.xml @@ -5129,26 +5129,48 @@ MOS Atari-made game NTSC ROMs had a CO16xxx number and PAL ROMs had CO17xxx numb <description>Dig Dug</description> <year>1983</year> <publisher>Atari</publisher> + <info name="serial" value="CX2677" /> + <info name="programmer" value="Douglas B. Macrae" /> + <sharedfeat name="compatibility" value="NTSC" /> + <part name="cart" interface="a2600_cart"> + <!-- SuperChip CO20231-01 --> + <feature name="slot" value="a26_f6" /> + <dataarea name="rom" size="16384"> + <rom name="co25077-22.bin" size="16384" crc="ee7b80d1" sha1="79e746524520da546249149c33614fc23a4f2a51"/> + </dataarea> + <dataarea name="ram" size="128"> + </dataarea> + </part> + </software> + + <software name="digduge" cloneof="digdug"> + <description>Dig Dug (PAL)</description> + <year>1983</year> + <publisher>Atari</publisher> <part name="cart" interface="a2600_cart"> <!-- SuperChip --> <feature name="slot" value="a26_f6" /> <dataarea name="rom" size="16384"> - <rom name="dig dug (1983) (atari - gcc, douglas b. macrae) (cx2677).bin" size="16384" crc="ee7b80d1" sha1="79e746524520da546249149c33614fc23a4f2a51"/> + <rom name="dig dug (1983) (atari - gcc, douglas b. macrae) (cx2677, cx2677p) (pal).bin" size="16384" crc="de5c5553" sha1="816abcef9cc8fca5007cc400534e84d00285f199"/> </dataarea> <dataarea name="ram" size="128"> </dataarea> </part> </software> - <software name="digduge" cloneof="digdug"> - <description>Dig Dug (PAL)</description> + <software name="digdugea" cloneof="digdug"> + <description>Dig Dug (PAL, alt)</description> <year>1983</year> <publisher>Atari</publisher> + <info name="serial" value="2677" /> + <!-- Actual silver label only has 2677 and end label has DIG DUG TM P" --> + <info name="programmer" value="Douglas B. Macrae" /> + <sharedfeat name="compatibility" value="PAL" /> <part name="cart" interface="a2600_cart"> - <!-- SuperChip --> - <feature name="slot" value="a26_f6" /> + <!-- SuperChip CO20231-01 --> + <feature name="slot" value="a26_f6" /> <dataarea name="rom" size="16384"> - <rom name="dig dug (1983) (atari - gcc, douglas b. macrae) (cx2677, cx2677p) (pal).bin" size="16384" crc="de5c5553" sha1="816abcef9cc8fca5007cc400534e84d00285f199"/> + <rom name="co26077-29(pal).bin" size="16384" crc="8c550791" sha1="8d991206e286aa781433c68a56eea6b2f97bab2d"/> </dataarea> <dataarea name="ram" size="128"> </dataarea> |