Fixed vblank start on ET4000 - now displays 1280x1024 correctly.
This commit is contained in:
parent
064acbf07d
commit
2457ff050f
1 changed files with 1 additions and 0 deletions
|
|
@ -115,6 +115,7 @@ void et4000_recalctimings(svga_t *svga)
|
|||
et4000_t *et4000 = (et4000_t *)svga->p;
|
||||
|
||||
svga->ma_latch |= (svga->crtc[0x33]&3)<<16;
|
||||
if (svga->crtc[0x35] & 1) svga->vblankstart += 0x400;
|
||||
if (svga->crtc[0x35] & 2) svga->vtotal += 0x400;
|
||||
if (svga->crtc[0x35] & 4) svga->dispend += 0x400;
|
||||
if (svga->crtc[0x35] & 8) svga->vsyncstart += 0x400;
|
||||
|
|
|
|||
Loading…
Reference in a new issue