Skip to content

Commit

Permalink
Speed up Fast Copper
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Sep 29, 2021
1 parent abd6c14 commit 2cb64ad
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/custom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4249,6 +4249,13 @@ static void reset_decisions (void)
hack_delay_shift = 0;
toscr_scanline_complex_bplcon1 = false;

if (line_cyclebased) {
line_cyclebased--;
if (!line_cyclebased) {
bpl_dma_off_when_active = 0;
}
}

memset(outword, 0, sizeof outword);
// fetched[] must not be cleared (Sony VX-90 / Royal Amiga Force)
todisplay_fetched[0] = todisplay_fetched[1] = false;
Expand Down

0 comments on commit 2cb64ad

Please sign in to comment.