From 0852bfa9f6890172af78497646e5b80d3ce8f259 Mon Sep 17 00:00:00 2001 From: Osso Date: Sun, 9 Nov 2014 10:36:25 +0100 Subject: 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? --- src/mame/drivers/atetris.c | 2 ++ 1 file changed, 2 insertions(+) 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") -- cgit v1.2.3