Fixed vblankstart on Mach64, ET4000/W32p and ViRGE.
Implemented clock generation on ViRGE.
This commit is contained in:
parent
f51d8bead4
commit
43d7050c9c
3 changed files with 25 additions and 12 deletions
|
|
@ -299,6 +299,7 @@ void mach64_recalctimings(svga_t *svga)
|
|||
svga->ma_latch = (mach64->crtc_off_pitch & 0x1fffff) * 2;
|
||||
svga->linedbl = svga->rowcount = 0;
|
||||
svga->split = 0xffffff;
|
||||
svga->vblankstart = svga->dispend;
|
||||
// svga_htotal <<= 1;
|
||||
// svga_hdisp <<= 1;
|
||||
svga->rowoffset <<= 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue