Added emulation of ATI Video Expression (Mach64 VT2).
This commit is contained in:
parent
3a12ca8882
commit
b5c11bc981
6 changed files with 889 additions and 102 deletions
|
|
@ -584,6 +584,8 @@ void svga_poll(void *p)
|
|||
}
|
||||
if (svga->vc == svga->dispend)
|
||||
{
|
||||
if (svga->vblank_start)
|
||||
svga->vblank_start(svga);
|
||||
// pclog("VC dispend\n");
|
||||
svga->dispon=0;
|
||||
if (svga->crtc[10] & 0x20) svga->cursoron = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue