diff options
author | Michael Pavone <pavone@retrodev.com> | 2015-05-11 20:31:59 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2015-05-11 20:31:59 -0700 |
commit | 92699df4cb844ec29bcb2c55e5d68d747aabb6a8 (patch) | |
tree | e778cbb610ed4ce1b4522f2b7575e291e08b6670 /blastem.c | |
parent | f44c90756358ab4b6582b69d0ebca4f7fce6c74e (diff) |
Tiny cleanup
Diffstat (limited to 'blastem.c')
-rw-r--r-- | blastem.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -237,10 +237,8 @@ m68k_context * sync_components(m68k_context * context, uint32_t address) 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) { |