}
}
reset_autoscale();
+ virtual_vsync_check();
+ last_vsync_evt = get_cycles() + (maxvpos * maxhpos * 3) * CYCLE_UNIT;
display_vsync_counter++;
maxvpos_display_vsync_next = true;
display_hsync_counter = 0;
check_vsyncs_fast();
}
- if (vpos == vsync_startline) {
-
- virtual_vsync_check();
-
- last_vsync_evt = get_cycles() + (maxvpos * maxhpos * 3) * CYCLE_UNIT;
- }
-
#if 0
if (1 && !can_fast_custom() && custom_fastmode) {
custom_fastmode = 0;