summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2024-12-19 17:40:22 +0100
committer hap <happppp@users.noreply.github.com>2024-12-19 17:40:22 +0100
commit6819e8563bf77b1db115ff33557cfa30f4316398 (patch)
tree5a7f27c6368cc89cd1077f62f20fd69b0727e1d1
parent4130a7c57d0304ffa85e3032a2f37f97295d9300 (diff)
New working clones
------------------ Sphinx Dominator (v2.04) [Mr. Lars]
-rw-r--r--src/mame/cxg/dominator.cpp8
-rw-r--r--src/mame/mame.lst1
2 files changed, 8 insertions, 1 deletions
diff --git a/src/mame/cxg/dominator.cpp b/src/mame/cxg/dominator.cpp
index ee8b0a78960..8485e131480 100644
--- a/src/mame/cxg/dominator.cpp
+++ b/src/mame/cxg/dominator.cpp
@@ -307,7 +307,12 @@ void dominator_state::commander(machine_config &config)
ROM_START( sdtor )
ROM_REGION( 0x10000, "maincpu", 0 )
- ROM_LOAD("22p_2.05", 0x8000, 0x8000, CRC(9707119c) SHA1(d7cde835a37bd5d9ff349a871c890ea4cd9b2c26) )
+ ROM_LOAD("22p_2.05", 0x8000, 0x8000, CRC(9707119c) SHA1(d7cde835a37bd5d9ff349a871c890ea4cd9b2c26) ) // M27C256B
+ROM_END
+
+ROM_START( sdtora )
+ ROM_REGION( 0x10000, "maincpu", 0 )
+ ROM_LOAD("1988_newcrest_239_2.04", 0x8000, 0x8000, CRC(f9548d92) SHA1(77340b32a33fc2a49c97d60774f395548b99294c) ) // TMS27C256-20JL
ROM_END
@@ -342,6 +347,7 @@ ROM_END
// YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY, FULLNAME, FLAGS
SYST( 1989, sdtor, 0, 0, dominator, dominator, dominator_state, empty_init, "CXG Systems / Newcrest Technology", "Sphinx Dominator (v2.05)", MACHINE_SUPPORTS_SAVE )
+SYST( 1989, sdtora, sdtor, 0, dominator, dominator, dominator_state, empty_init, "CXG Systems / Newcrest Technology", "Sphinx Dominator (v2.04)", MACHINE_SUPPORTS_SAVE )
SYST( 1988, sgalaxy, 0, 0, galaxy, galaxy, dominator_state, empty_init, "CXG Systems / Newcrest Technology", "Sphinx Galaxy (v2.03)", MACHINE_SUPPORTS_SAVE )
SYST( 1988, sgalaxya, sgalaxy, 0, galaxy, galaxy, dominator_state, empty_init, "CXG Systems / Newcrest Technology", "Sphinx Galaxy (v2.00)", MACHINE_SUPPORTS_SAVE )
diff --git a/src/mame/mame.lst b/src/mame/mame.lst
index 122afdd8ec6..cb068aab7c1 100644
--- a/src/mame/mame.lst
+++ b/src/mame/mame.lst
@@ -16688,6 +16688,7 @@ scpchessa
@source:cxg/dominator.cpp
scmder
sdtor
+sdtora
sgalaxy
sgalaxya
sgalaxyb