This commit is contained in:
TC1995
2016-10-08 22:26:22 +02:00
parent 5e7e12ce43
commit a649708124
3 changed files with 6 additions and 2 deletions

View File

@@ -315,6 +315,8 @@ void ati28800_recalctimings(svga_t *svga)
#ifndef RELEASE_BUILD
pclog("ati28800_recalctimings\n");
#endif
svga->interlace = (!svga->scrblank && (ati28800->regs[0x30] & 0x20));
if (!svga->scrblank && (ati28800->regs[0x30] & 0x20)) /*Extended 256 colour modes*/
{
#ifndef RELEASE_BUILD