From: Toni Wilen Date: Wed, 7 Jun 2017 17:40:59 +0000 (+0300) Subject: Reverted wrong update. This was not needed to fix the BDAT bug. X-Git-Tag: 3500~13 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=25a2e54b5ce58eda816c3edc607f72f365bc11bd;p=francis%2Fwinuae.git Reverted wrong update. This was not needed to fix the BDAT bug. --- diff --git a/blitter.cpp b/blitter.cpp index b4278361..24b8eeb5 100644 --- a/blitter.cpp +++ b/blitter.cpp @@ -1484,11 +1484,8 @@ static void blitter_start_init (void) ddat1use = ddat2use = 0; blit_interrupt = 0; - // A old is always cleared blt_info.bltaold = 0; - // B old is cleared only if channel is enabled - if (blit_ch & 4) - blt_info.bltbold = 0; + blt_info.bltbold = 0; if (blitline) { blinea = blt_info.bltadat;