Merge pull request #3919 from 86Box/tc1995
Fix Debian Woody's matroxfb's test again.
This commit is contained in:
@@ -719,10 +719,9 @@ mystique_out(uint16_t addr, uint8_t val, void *priv)
|
|||||||
case 0x3df:
|
case 0x3df:
|
||||||
if (mystique->crtcext_idx == 1)
|
if (mystique->crtcext_idx == 1)
|
||||||
svga->dpms = !!(val & 0x30);
|
svga->dpms = !!(val & 0x30);
|
||||||
if (mystique->crtcext_idx < 6) {
|
if (mystique->crtcext_idx < 6)
|
||||||
mystique->crtcext_regs[mystique->crtcext_idx] = val;
|
mystique->crtcext_regs[mystique->crtcext_idx] = val;
|
||||||
svga_recalctimings(&mystique->svga);
|
|
||||||
}
|
|
||||||
if (mystique->crtcext_idx == 4) {
|
if (mystique->crtcext_idx == 4) {
|
||||||
if (svga->gdcreg[6] & 0xc) {
|
if (svga->gdcreg[6] & 0xc) {
|
||||||
/*64k banks*/
|
/*64k banks*/
|
||||||
|
Reference in New Issue
Block a user