Previous 199869 Revisions Next

r33962 Friday 19th December, 2014 at 17:58:04 UTC by Scott Stone
Fix yamyam and clones regression from clock change. (nw)
[src/mame/drivers]gundealr.c

trunk/src/mame/drivers/gundealr.c
r242473r242474
495495
496496static MACHINE_CONFIG_DERIVED( yamyam, gundealr )
497497
498   MCFG_TIMER_DRIVER_ADD_PERIODIC("mcusim", gundealr_state, yamyam_mcu_sim, attotime::from_hz(8000000/60))
498   MCFG_TIMER_DRIVER_ADD_PERIODIC("mcusim", gundealr_state, yamyam_mcu_sim, attotime::from_hz(6000000/60))   /* 6mhz confirmed */
499499MACHINE_CONFIG_END
500500
501501


Previous 199869 Revisions Next


© 1997-2024 The MAME Team