mirror of
https://github.com/holub/mame
synced 2025-05-23 14:19:01 +03:00
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:
parent
d84a72d79a
commit
0852bfa9f6
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user