summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2025-07-20 13:20:22 +0200
committer hap <happppp@users.noreply.github.com>2025-07-20 13:20:22 +0200
commit2912f149c45a39315b71ad0b16ea145d0a089edc (patch)
tree8aea88a44e65ae50c4f8fc57c0dc83d7837f9fcf
parent5265b2ec7d77315896ce7819742187170ab5d043 (diff)
New working clones
------------------ Kasparov Renaissance (set 2) [Berger]
-rw-r--r--src/mame/irem/m92.cpp4
-rw-r--r--src/mame/mame.lst1
-rw-r--r--src/mame/saitek/renaissance.cpp9
3 files changed, 12 insertions, 2 deletions
diff --git a/src/mame/irem/m92.cpp b/src/mame/irem/m92.cpp
index 37ebbf5e9a4..5b84267bb9d 100644
--- a/src/mame/irem/m92.cpp
+++ b/src/mame/irem/m92.cpp
@@ -599,7 +599,7 @@ static INPUT_PORTS_START( majtitl2 )
PORT_DIPUNUSED_DIPLOC( 0x1000, 0x1000, "SW3:5" )
PORT_DIPUNUSED_DIPLOC( 0x2000, 0x2000, "SW3:6" )
PORT_DIPUNUSED_DIPLOC( 0x4000, 0x4000, "SW3:7" )
- PORT_DIPNAME( 0x8000, 0x8000, "Deltronics Model" ) PORT_DIPLOCATION("SW3:8") /* Ticket Despenser Model Type */
+ PORT_DIPNAME( 0x8000, 0x8000, "Deltronics Model" ) PORT_DIPLOCATION("SW3:8") /* Ticket Dispenser Model Type */
PORT_DIPSETTING( 0x8000, "DL 1275" )
PORT_DIPSETTING( 0x0000, "DL 4SS" )
@@ -667,7 +667,7 @@ static INPUT_PORTS_START( uccops )
PORT_DIPSETTING( 0x0008, DEF_STR( Easy ) )
PORT_DIPSETTING( 0x000c, DEF_STR( Normal ) )
PORT_DIPSETTING( 0x0004, DEF_STR( Hard ) )
- /* There is ALLWAYS a Bonus Life at 300K */
+ /* There is ALWAYS a Bonus Life at 300K */
/* It does not depends on the value of bit 0x0010 */
PORT_DIPNAME( 0x0020, 0x0020, "Any Button to Start" ) PORT_DIPLOCATION("SW1:6")
PORT_DIPSETTING( 0x0000, DEF_STR( No ) )
diff --git a/src/mame/mame.lst b/src/mame/mame.lst
index 7b384be790b..6a14a9f7258 100644
--- a/src/mame/mame.lst
+++ b/src/mame/mame.lst
@@ -39925,6 +39925,7 @@ prschess
@source:saitek/renaissance.cpp
renaissa
renaissaa
+renaissab
@source:saitek/risc2500.cpp
montreux
diff --git a/src/mame/saitek/renaissance.cpp b/src/mame/saitek/renaissance.cpp
index f1f20f077f3..4e64ab9f009 100644
--- a/src/mame/saitek/renaissance.cpp
+++ b/src/mame/saitek/renaissance.cpp
@@ -460,6 +460,14 @@ ROM_END
ROM_START( renaissaa )
ROM_REGION( 0x10000, "maincpu", 0 )
+ ROM_LOAD("sx7_518c.u3", 0x8000, 0x8000, CRC(c909ff4d) SHA1(d6509f5a267d98287197195bd2949a0a190758f1) ) // MBM27C256H-10
+
+ ROM_REGION( 795951, "screen", 0 )
+ ROM_LOAD("simultano.svg", 0, 795951, CRC(ac9942bb) SHA1(f9252e5bf7b8af698a403c3f8f5ea9e475e0bf0b) )
+ROM_END
+
+ROM_START( renaissab )
+ ROM_REGION( 0x10000, "maincpu", 0 )
ROM_LOAD("sx7_518b.u3", 0x8000, 0x8000, CRC(a0c3ffe8) SHA1(fa170a6d4d54d41de77e0bb72f969219e6f376af) ) // MBM27C256H-10
ROM_REGION( 795951, "screen", 0 )
@@ -477,3 +485,4 @@ ROM_END
// YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY, FULLNAME, FLAGS
SYST( 1989, renaissa, 0, 0, ren, ren, ren_state, empty_init, "Saitek / Heuristic Software", "Kasparov Renaissance (set 1)", MACHINE_SUPPORTS_SAVE )
SYST( 1989, renaissaa, renaissa, 0, ren, ren, ren_state, empty_init, "Saitek / Heuristic Software", "Kasparov Renaissance (set 2)", MACHINE_SUPPORTS_SAVE )
+SYST( 1989, renaissab, renaissa, 0, ren, ren, ren_state, empty_init, "Saitek / Heuristic Software", "Kasparov Renaissance (set 3)", MACHINE_SUPPORTS_SAVE )