trunk/src/mess/drivers/mmodular.c
| r18147 | r18148 | |
| 1658 | 1658 | MCFG_MACHINE_START_OVERRIDE(polgar_state,van16) |
| 1659 | 1659 | MCFG_MACHINE_RESET_OVERRIDE(polgar_state,van16) |
| 1660 | 1660 | MCFG_TIMER_DRIVER_ADD_PERIODIC("int_timer", polgar_state, timer_update_irq6, attotime::from_hz(600)) |
| 1661 | | MCFG_TIMER_DRIVER_ADD_PERIODIC("int_timer", polgar_state, timer_update_irq6, attotime::from_hz(587)) |
| 1661 | //MCFG_TIMER_DRIVER_ADD_PERIODIC("int_timer", polgar_state, timer_update_irq6, attotime::from_hz(587)) |
| 1662 | 1662 | MCFG_TIMER_ADD_PERIODIC("artwork_timer", mboard_update_artwork, attotime::from_hz(120)) |
| 1663 | 1663 | MCFG_FRAGMENT_ADD( chess_common ) |
| 1664 | 1664 | MCFG_NVRAM_ADD_0FILL("nvram") |
| r18147 | r18148 | |
| 1701 | 1701 | MCFG_MACHINE_START_OVERRIDE(polgar_state,van32) |
| 1702 | 1702 | MCFG_MACHINE_RESET_OVERRIDE(polgar_state,van16) |
| 1703 | 1703 | MCFG_TIMER_DRIVER_ADD_PERIODIC("int_timer", polgar_state, timer_update_irq6, attotime::from_hz(375)) |
| 1704 | | MCFG_TIMER_DRIVER_ADD_PERIODIC("int_timer", polgar_state, timer_update_irq6, attotime::from_hz(368.64)) |
| 1704 | //MCFG_TIMER_DRIVER_ADD_PERIODIC("int_timer", polgar_state, timer_update_irq6, attotime::from_hz(368.64)) |
| 1705 | 1705 | MCFG_TIMER_ADD_PERIODIC("artwork_timer", mboard_update_artwork, attotime::from_hz(120)) |
| 1706 | 1706 | |
| 1707 | 1707 | MCFG_FRAGMENT_ADD( chess_common ) |