diff options
author | 2020-04-16 11:52:34 +0200 | |
---|---|---|
committer | 2020-04-16 11:52:34 +0200 | |
commit | cd318c1ace0b8d27fcc0d7b17ec295c0fbb226f7 (patch) | |
tree | 4ef78012d2ed44521939daabd8007dd63f4c4fd2 | |
parent | 64e10c17a7bbc4eb728b80b2f5df4693d528f679 (diff) |
Software list items promoted to working
---------------------------------------
entex_sag: Space Invader 2 [Kevin Horton]
-rw-r--r-- | hash/entex_sag.xml | 4 | ||||
-rw-r--r-- | src/mame/drivers/sag.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/hash/entex_sag.xml b/hash/entex_sag.xml index 6e05b76abb7..91bc0e63e62 100644 --- a/hash/entex_sag.xml +++ b/hash/entex_sag.xml @@ -52,13 +52,13 @@ label calls one "Select-A-Game Cartridge" and not "Select-A-Game Machine Cartrid </part> </software> - <software name="sinv2" supported="no"> <!-- bad dump --> + <software name="sinv2"> <description>Space Invader 2</description> <year>1981</year> <publisher>Entex</publisher> <part name="cart" interface="sag_cart"> <dataarea name="rom" size="0x2000"> <!-- HD38800 MCU --> - <rom name="inv2_hd38800a31" offset="0x0000" size="0x1000" crc="29c8c100" sha1="41cd413065659c6d7d5b2408de2ca6d51c49629a" status="baddump" /> + <rom name="inv2_hd38800a31" offset="0x0000" size="0x1000" crc="10e39521" sha1="41d86696e518ea071e75ed37d5dc63c0408c262e" /> <rom offset="0x1e80" size="0x0100" loadflag="continue" /> </dataarea> </part> diff --git a/src/mame/drivers/sag.cpp b/src/mame/drivers/sag.cpp index 5a3caf8468f..f43d917bca4 100644 --- a/src/mame/drivers/sag.cpp +++ b/src/mame/drivers/sag.cpp @@ -18,7 +18,7 @@ Games released, MCU: (*denotes undumped) - Football 4 - TMS1670 - *Pac-Man 2 - HD38800? - Pinball - HD38800 -- *Space Invader 2 - HD38800 - is dumped, but need redump +- Space Invader 2 - HD38800 Battleship and Turtles were announced but unreleased. A 2nd version of the console was also announced, called Table Top Game Machine, |