Merge pull request #3919 from 86Box/tc1995

Fix Debian Woody's matroxfb's test again.
This commit is contained in:
Miran Grča
2023-12-21 14:03:58 +01:00
committed by GitHub

View File

@@ -719,10 +719,9 @@ mystique_out(uint16_t addr, uint8_t val, void *priv)
case 0x3df:
if (mystique->crtcext_idx == 1)
svga->dpms = !!(val & 0x30);
if (mystique->crtcext_idx < 6) {
if (mystique->crtcext_idx < 6)
mystique->crtcext_regs[mystique->crtcext_idx] = val;
svga_recalctimings(&mystique->svga);
}
if (mystique->crtcext_idx == 4) {
if (svga->gdcreg[6] & 0xc) {
/*64k banks*/