Emulated EGA/VGA CRTC register 8 (Preset Row Scan Register).
This commit is contained in:
parent
475f51ba0f
commit
0ca43d37d4
2 changed files with 2 additions and 2 deletions
|
|
@ -678,7 +678,7 @@ void ega_poll(void *p)
|
|||
if (ega->vc == ega->vtotal)
|
||||
{
|
||||
ega->vc = 0;
|
||||
ega->sc = 0;
|
||||
ega->sc = ega->crtc[8] & 0x1f;
|
||||
ega->dispon = 1;
|
||||
ega->displine = 0;
|
||||
ega->scrollcache = ega->attrregs[0x13] & 7;
|
||||
|
|
|
|||
Loading…
Reference in a new issue