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?
This commit is contained in:
Osso 2014-11-09 10:36:25 +01:00
parent d84a72d79a
commit 0852bfa9f6

View File

@ -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")