Oops, they actually can mix together, but not with plain (non-packed) chain4 stuff enabled, should fix more mode issues in the MGA Millennium card.

This commit is contained in:
TC1995
2023-12-18 00:40:31 +01:00
parent 24a43c6648
commit c1ba150e3c

View File

@@ -946,7 +946,7 @@ mystique_recalctimings(svga_t *svga)
}
}
svga->line_compare = mystique_line_compare;
svga->packed_chain4 = ((svga->gdcreg[5] & 0x60) == 0x00);
svga->packed_chain4 = !svga->chain4;
} else {
svga->packed_chain4 = 0;
svga->line_compare = NULL;