]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
+1 is not needed anymore
authorToni Wilen <twilen@winuae.net>
Wed, 19 Oct 2022 12:25:28 +0000 (15:25 +0300)
committerToni Wilen <twilen@winuae.net>
Wed, 19 Oct 2022 12:25:28 +0000 (15:25 +0300)
blitter.cpp

index db692f5e4a0a30b8725579693b3b75f412f51429..ced7a423dcb0a39df51d4a027fca85e1387828b9 100644 (file)
@@ -460,7 +460,7 @@ static void blitter_done_all(int hpos)
        blt_info.blit_main = 0;
        blt_info.blit_finald = 0;
        if (m68k_interrupt_delay && hpos >= 0) {
-               blt_info.finishhpos = (hpos + 1) % maxhpos;
+               blt_info.finishhpos = hpos;
        } else {
                blt_info.finishhpos = -1;
        }