# HG changeset patch # User Michael Pavone # Date 1431401519 25200 # Node ID 72ab94527a8a5b03cf2aea46b144110ba57964ec # Parent d8a1fdec68fc621733c5223072e5c12a18aefd48 Tiny cleanup diff -r d8a1fdec68fc -r 72ab94527a8a blastem.c --- a/blastem.c Mon May 11 20:30:35 2015 -0700 +++ b/blastem.c Mon May 11 20:31:59 2015 -0700 @@ -237,10 +237,8 @@ if (gen->ym->write_cycle != CYCLE_NEVER) { gen->ym->write_cycle = gen->ym->write_cycle >= mclks ? gen->ym->write_cycle - mclks : 0; } - gen->frame_end = vdp_cycles_to_frame_end(v_context); - } else { - gen->frame_end = vdp_cycles_to_frame_end(v_context); } + gen->frame_end = vdp_cycles_to_frame_end(v_context); context->sync_cycle = gen->frame_end; //printf("Set sync cycle to: %d @ %d, vcounter: %d, hslot: %d\n", context->sync_cycle, context->current_cycle, v_context->vcounter, v_context->hslot); if (context->int_ack) {