| 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 |
| r242473 | r242474 | |
|---|---|---|
| 495 | 495 | |
| 496 | 496 | static MACHINE_CONFIG_DERIVED( yamyam, gundealr ) |
| 497 | 497 | |
| 498 | MCFG_TIMER_DRIVER_ADD_PERIODIC("mcusim", gundealr_state, yamyam_mcu_sim, attotime::from_hz( | |
| 498 | MCFG_TIMER_DRIVER_ADD_PERIODIC("mcusim", gundealr_state, yamyam_mcu_sim, attotime::from_hz(6000000/60)) /* 6mhz confirmed */ | |
| 499 | 499 | MACHINE_CONFIG_END |
| 500 | 500 | |
| 501 | 501 |
| https://github.com/mamedev/mame/commit/98f0d3d6894d52847e4baee0cd791ca3279c6678 |
| Previous | 199869 Revisions | Next |