One more fix for the Cirrus.

This commit is contained in:
TC1995
2021-05-30 02:56:51 +02:00
parent 35b5301670
commit 7a3e98b1e5

View File

@@ -901,8 +901,6 @@ gd54xx_out(uint16_t addr, uint8_t val, void *p)
svga->adv_flags |= FLAG_EXT_WRITE;
if (svga->gdcreg[0xb] & 0x08)
svga->adv_flags |= FLAG_LATCH8;
if (svga->gdcreg[0xb] & 0x10)
svga->adv_flags |= FLAG_ADDR_BY16;
gd54xx_recalc_banking(gd54xx);
break;