summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2021-07-27 23:35:03 +0200
committer hap <happppp@users.noreply.github.com>2021-07-27 23:35:14 +0200
commit174e4821268e6947a2999aba2f836e756313663e (patch)
treea99c8ca089709258720b6348607dc308ea1f958f
parent3fd0c6ef1be9dcf1339da497a8e3e2bdca3e2d0c (diff)
New working software list additions
----------------------------------- entex_sag: Basketball 3 [Kevin Horton, Sean Riddle]
-rw-r--r--hash/entex_sag.xml14
-rw-r--r--src/mame/drivers/hh_hmcs40.cpp2
-rw-r--r--src/mame/drivers/sag.cpp2
3 files changed, 16 insertions, 2 deletions
diff --git a/hash/entex_sag.xml b/hash/entex_sag.xml
index 91bc0e63e62..abdcae6af64 100644
--- a/hash/entex_sag.xml
+++ b/hash/entex_sag.xml
@@ -5,8 +5,10 @@ license:CC0
-->
<!--
+
Cartridges(MCU+ROM) for Entex Select-A-Game Machine, note that the manual and
label calls one "Select-A-Game Cartridge" and not "Select-A-Game Machine Cartridge"
+
-->
<softwarelist name="entex_sag" description="Select-A-Game cartridges">
@@ -23,6 +25,18 @@ label calls one "Select-A-Game Cartridge" and not "Select-A-Game Machine Cartrid
</part>
</software>
+ <software name="baskb3">
+ <description>Basketball 3</description>
+ <year>1981</year>
+ <publisher>Entex</publisher>
+ <part name="cart" interface="sag_cart">
+ <dataarea name="rom" size="0x2000"> <!-- HD38800 MCU -->
+ <rom name="bask_hd38800a16" offset="0x0000" size="0x1000" crc="ccb3ecb0" sha1="a686bde6f678f2019ff8c971cf65adf92f9b46e1" />
+ <rom offset="0x1e80" size="0x0100" loadflag="continue" />
+ </dataarea>
+ </part>
+ </software>
+
<software name="footb4">
<description>Football 4</description>
<year>1981</year>
diff --git a/src/mame/drivers/hh_hmcs40.cpp b/src/mame/drivers/hh_hmcs40.cpp
index 7c25aca5ca3..e519aeb4c5f 100644
--- a/src/mame/drivers/hh_hmcs40.cpp
+++ b/src/mame/drivers/hh_hmcs40.cpp
@@ -19,7 +19,7 @@ known chips:
*A67 HD38750 1982, Romtec Pucki & Monsters (ET-803)
@A04 HD38800 1980, Gakken Heiankyo Alien
- *A16 HD38800 1981, Entex Select-A-Game cartridge: Basketball 3 -> sag.cpp
+ A16 HD38800 1981, Entex Select-A-Game cartridge: Basketball 3 -> sag.cpp
*A20 HD38800 1981, Entex Super Space Invader 2
@A25 HD38800 1981, Coleco Alien Attack
@A27 HD38800 1981, Bandai Packri Monster
diff --git a/src/mame/drivers/sag.cpp b/src/mame/drivers/sag.cpp
index 69334c5be2d..9a530c24bfd 100644
--- a/src/mame/drivers/sag.cpp
+++ b/src/mame/drivers/sag.cpp
@@ -14,7 +14,7 @@ Hardware notes:
Games released, MCU: (*denotes undumped)
- Baseball 4 - HD38800
-- *Basketball 3 - HD38800
+- Basketball 3 - HD38800
- Football 4 - TMS1670
- *Pac-Man 2 - HD38800
- Pinball - HD38800