Remove the "reset horizontal fine scroll on split screen" VGAism from EGA

This commit is contained in:
GreaseMonkey
2024-01-23 17:06:39 +13:00
parent e5000f7419
commit 257cf0d1a2

View File

@@ -804,10 +804,6 @@ ega_poll(void *priv)
ega->cca = ega->ma;
ega->maback <<= 2;
ega->sc = 0;
if (ega->attrregs[0x10] & 0x20) {
ega->scrollcache = 0;
ega->x_add = (overscan_x >> 1);
}
}
if (ega->vc == ega->dispend) {
ega->dispon = 0;