summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Osso <mesgnet@yahoo.it>2014-11-09 10:36:25 +0100
committer Osso <mesgnet@yahoo.it>2014-11-09 10:36:25 +0100
commit0852bfa9f6890172af78497646e5b80d3ce8f259 (patch)
treefa861407f4b1c46d621562b532f0cd82254791d5
parentd84a72d79aee0ad724ad11f298110b4d7056c119 (diff)
Fix for atetrisb2 regression (nw)
Do the bootlegs really have the slapstick? our code assumes so. Maybe it's something equivalent and we don't bother documenting it?
-rw-r--r--src/mame/drivers/atetris.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/atetris.c b/src/mame/drivers/atetris.c
index 4e39cf7ae9d..b65f8f17736 100644
--- a/src/mame/drivers/atetris.c
+++ b/src/mame/drivers/atetris.c
@@ -343,6 +343,8 @@ static MACHINE_CONFIG_START( atetrisb2, atetris_state )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M6502,BOOTLEG_CLOCK/8)
MCFG_CPU_PROGRAM_MAP(atetrisb2_map)
+
+ MCFG_SLAPSTIC_ADD("slapstic")
MCFG_NVRAM_ADD_1FILL("nvram")