mirror of
https://github.com/holub/mame
synced 2025-07-02 00:29:37 +03:00
(MESS) fix for -valid. (nw)
This commit is contained in:
parent
76810b49bc
commit
95f50fb370
@ -1658,7 +1658,7 @@ static MACHINE_CONFIG_START( van16, polgar_state )
|
|||||||
MCFG_MACHINE_START_OVERRIDE(polgar_state,van16)
|
MCFG_MACHINE_START_OVERRIDE(polgar_state,van16)
|
||||||
MCFG_MACHINE_RESET_OVERRIDE(polgar_state,van16)
|
MCFG_MACHINE_RESET_OVERRIDE(polgar_state,van16)
|
||||||
MCFG_TIMER_DRIVER_ADD_PERIODIC("int_timer", polgar_state, timer_update_irq6, attotime::from_hz(600))
|
MCFG_TIMER_DRIVER_ADD_PERIODIC("int_timer", polgar_state, timer_update_irq6, attotime::from_hz(600))
|
||||||
MCFG_TIMER_DRIVER_ADD_PERIODIC("int_timer", polgar_state, timer_update_irq6, attotime::from_hz(587))
|
//MCFG_TIMER_DRIVER_ADD_PERIODIC("int_timer", polgar_state, timer_update_irq6, attotime::from_hz(587))
|
||||||
MCFG_TIMER_ADD_PERIODIC("artwork_timer", mboard_update_artwork, attotime::from_hz(120))
|
MCFG_TIMER_ADD_PERIODIC("artwork_timer", mboard_update_artwork, attotime::from_hz(120))
|
||||||
MCFG_FRAGMENT_ADD( chess_common )
|
MCFG_FRAGMENT_ADD( chess_common )
|
||||||
MCFG_NVRAM_ADD_0FILL("nvram")
|
MCFG_NVRAM_ADD_0FILL("nvram")
|
||||||
@ -1701,7 +1701,7 @@ static MACHINE_CONFIG_START( gen32, polgar_state )
|
|||||||
MCFG_MACHINE_START_OVERRIDE(polgar_state,van32)
|
MCFG_MACHINE_START_OVERRIDE(polgar_state,van32)
|
||||||
MCFG_MACHINE_RESET_OVERRIDE(polgar_state,van16)
|
MCFG_MACHINE_RESET_OVERRIDE(polgar_state,van16)
|
||||||
MCFG_TIMER_DRIVER_ADD_PERIODIC("int_timer", polgar_state, timer_update_irq6, attotime::from_hz(375))
|
MCFG_TIMER_DRIVER_ADD_PERIODIC("int_timer", polgar_state, timer_update_irq6, attotime::from_hz(375))
|
||||||
MCFG_TIMER_DRIVER_ADD_PERIODIC("int_timer", polgar_state, timer_update_irq6, attotime::from_hz(368.64))
|
//MCFG_TIMER_DRIVER_ADD_PERIODIC("int_timer", polgar_state, timer_update_irq6, attotime::from_hz(368.64))
|
||||||
MCFG_TIMER_ADD_PERIODIC("artwork_timer", mboard_update_artwork, attotime::from_hz(120))
|
MCFG_TIMER_ADD_PERIODIC("artwork_timer", mboard_update_artwork, attotime::from_hz(120))
|
||||||
|
|
||||||
MCFG_FRAGMENT_ADD( chess_common )
|
MCFG_FRAGMENT_ADD( chess_common )
|
||||||
|
Loading…
Reference in New Issue
Block a user