Fixed hercules video_process_8() width, fixes #2997.

This commit is contained in:
OBattler
2022-12-27 05:27:13 +01:00
parent d12c3e4dce
commit fd82e523a0

View File

@@ -367,7 +367,7 @@ hercules_poll(void *priv)
else
x = dev->crtc[1] * 9;
video_process_8(x, dev->displine + 14);
video_process_8(x + 16, dev->displine + 14);
}
dev->sc = oldsc;