mirror of
https://github.com/holub/mame
synced 2025-06-01 10:31:48 +03:00
Fix frame number timing for gottlieb games.
This commit is contained in:
parent
5f0436a948
commit
0610cdac0a
@ -468,7 +468,7 @@ static TIMER_CALLBACK( laserdisc_philips_callback )
|
|||||||
|
|
||||||
/* toggle to the next one */
|
/* toggle to the next one */
|
||||||
param = (param == 17) ? 18 : 17;
|
param = (param == 17) ? 18 : 17;
|
||||||
timer_adjust_oneshot(laserdisc_philips_timer, video_screen_get_time_until_pos(machine->primary_screen, param, 0), param);
|
timer_adjust_oneshot(laserdisc_philips_timer, video_screen_get_time_until_pos(machine->primary_screen, param * 2, 0), param);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user