Fixed hercules video_process_8() width, fixes #2997.
This commit is contained in:
@@ -367,7 +367,7 @@ hercules_poll(void *priv)
|
|||||||
else
|
else
|
||||||
x = dev->crtc[1] * 9;
|
x = dev->crtc[1] * 9;
|
||||||
|
|
||||||
video_process_8(x, dev->displine + 14);
|
video_process_8(x + 16, dev->displine + 14);
|
||||||
}
|
}
|
||||||
dev->sc = oldsc;
|
dev->sc = oldsc;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user