]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
BLTCON0L writes are always safe.
authorToni Wilen <twilen@winuae.net>
Sat, 27 Jan 2024 13:22:01 +0000 (15:22 +0200)
committerToni Wilen <twilen@winuae.net>
Sat, 27 Jan 2024 13:22:01 +0000 (15:22 +0200)
custom.cpp

index 35413289f24b39ca8f6ea87d61cf61bb267e4956..76f0cd5dbe37952a00ab9d0f017a7c7bd41706f6 100644 (file)
@@ -9561,7 +9561,7 @@ static void BLTCON0L(int hpos, uae_u16 v)
        if (!ecs_agnus)
                return; // ei voittoa.
        maybe_blit(hpos, 2); bltcon0 = (bltcon0 & 0xFF00) | (v & 0xFF);
-       reset_blit(1);
+       reset_blit(0);
 }
 static void BLTCON1(int hpos, uae_u16 v) {
        maybe_blit(hpos, 2);