Added emulation of ATI Video Expression (Mach64 VT2).

This commit is contained in:
SarahW 2017-05-02 14:42:41 +01:00
commit b5c11bc981
6 changed files with 889 additions and 102 deletions

View file

@ -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;