Reset EGA/VGA character scanline counter when hitting split screen start line.
This commit is contained in:
parent
0d687a4f6c
commit
787aad9598
1 changed files with 1 additions and 0 deletions
|
|
@ -585,6 +585,7 @@ void svga_poll(void *p)
|
|||
{
|
||||
// pclog("VC split\n");
|
||||
svga->ma = svga->maback = 0;
|
||||
svga->sc = 0;
|
||||
if (svga->attrregs[0x10] & 0x20)
|
||||
svga->scrollcache = 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue