Fix EGA cursor when cursor end = line 0.
This commit is contained in:
parent
a489f543fb
commit
c9d4459e6b
1 changed files with 2 additions and 0 deletions
|
|
@ -503,6 +503,8 @@ void ega_poll(void *p)
|
|||
if (ega->sc == (ega->crtc[9] & 31))
|
||||
{
|
||||
ega->sc = 0;
|
||||
if (ega->sc == (ega->crtc[11] & 31))
|
||||
ega->con = 0;
|
||||
|
||||
ega->maback += (ega->rowoffset << 3);
|
||||
ega->maback &= ega->vrammask;
|
||||
|
|
|
|||
Loading…
Reference in a new issue