Fixed the previous commit.

This commit is contained in:
OBattler
2020-10-18 01:20:26 +02:00
parent f2938551fa
commit 7a90fa8f75
4 changed files with 4 additions and 4 deletions

View File

@@ -626,7 +626,7 @@ svga_poll(void *p)
}
if (svga->displine == svga->dac_hwcursor_latch.y && svga->dac_hwcursor_latch.ena) {
svga->dac_hwcursor_on = svga->dac_wcursor.ysize - svga->dac_hwcursor_latch.yoff;
svga->dac_hwcursor_on = svga->dac_hwcursor.ysize - svga->dac_hwcursor_latch.yoff;
svga->dac_hwcursor_oddeven = 0;
}