mirror of
https://github.com/holub/mame
synced 2025-05-25 23:35:26 +03:00
(lessen performancedrop)
This commit is contained in:
parent
fcfaf4b348
commit
a27de4658f
@ -256,7 +256,9 @@ static MACHINE_CONFIG_START( flower, flower_state )
|
||||
MCFG_CPU_PROGRAM_MAP(flower_sound_cpu)
|
||||
MCFG_CPU_PERIODIC_INT(irq0_line_hold, 90) // controls music speed. irqsource and frequency unknown, same as subcpu perhaps?
|
||||
|
||||
MCFG_QUANTUM_PERFECT_CPU("maincpu") // tight sync, slowdowns otherwise
|
||||
// tight sync, slowdowns otherwise
|
||||
// MCFG_QUANTUM_PERFECT_CPU("maincpu")
|
||||
MCFG_QUANTUM_TIME(attotime::from_hz(6000))
|
||||
|
||||
/* video hardware */
|
||||
MCFG_SCREEN_ADD("screen", RASTER)
|
||||
|
Loading…
Reference in New Issue
Block a user