Previous 199869 Revisions Next

r33299 Sunday 9th November, 2014 at 09:36:25 UTC by Osso
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

trunk/src/mame/drivers/atetris.c
r241810r241811
343343   /* basic machine hardware */
344344   MCFG_CPU_ADD("maincpu", M6502,BOOTLEG_CLOCK/8)
345345   MCFG_CPU_PROGRAM_MAP(atetrisb2_map)
346   
347   MCFG_SLAPSTIC_ADD("slapstic")
346348
347349   MCFG_NVRAM_ADD_1FILL("nvram")
348350


Previous 199869 Revisions Next


© 1997-2024 The MAME Team