denise_pixtotal -= xshift;
}
+ denise_pixtotal *= 2;
+
buf1 = (uae_u32*)xlinebuffer;
if (!xlinebuffer2) {
xlinebuffer2 = xlinebuffer;
}
}
}
+ if (denise_strlong_seen && currprefs.gfx_overscanmode < OVERSCANMODE_EXTREME && !ecs_denise) {
+ int size = currprefs.gfx_overscanmode <= OVERSCANMODE_OVERSCAN ? 2 : 1;
+ denise_pixtotal -= 4 * size;
+ }
}
-
- denise_pixtotal_max--;
- denise_pixtotal *= 2;
if (buf1) {
int maxw = addrdiff((uae_u32*)xlinebuffer_end, buf1);