mirror of
https://github.com/holub/mame
synced 2025-05-26 07:41:28 +03:00
Increase interleave factor to eliminate LDP timeout countdown flicker.
This commit is contained in:
parent
e1b9a1bcf2
commit
01f562f229
@ -479,7 +479,7 @@ static MACHINE_DRIVER_START( cubeqst )
|
|||||||
MDRV_CPU_PROGRAM_MAP(line_sound_map, 0)
|
MDRV_CPU_PROGRAM_MAP(line_sound_map, 0)
|
||||||
MDRV_CPU_CONFIG(snd_config)
|
MDRV_CPU_CONFIG(snd_config)
|
||||||
|
|
||||||
MDRV_INTERLEAVE(700)
|
MDRV_INTERLEAVE(800)
|
||||||
|
|
||||||
MDRV_MACHINE_START(cubeqst)
|
MDRV_MACHINE_START(cubeqst)
|
||||||
MDRV_MACHINE_RESET(cubeqst)
|
MDRV_MACHINE_RESET(cubeqst)
|
||||||
|
Loading…
Reference in New Issue
Block a user