mirror of
https://github.com/86Box/86Box.git
synced 2025-01-22 09:11:50 -05:00
Some checks around a recalctimings check to fix some crashes.
This commit is contained in:
parent
15e3876e21
commit
0f71a56edb
1 changed files with 4 additions and 1 deletions
|
@ -816,7 +816,10 @@ mystique_out(uint16_t addr, uint8_t val, void *priv)
|
|||
}
|
||||
}
|
||||
}
|
||||
svga_recalctimings(svga);
|
||||
if (!((mystique->type >= MGA_1064SG) && (mystique->crtcext_idx == 0) &&
|
||||
(mystique->crtcext_regs[3] & CRTCX_R3_MGAMODE)))
|
||||
svga_recalctimings(svga);
|
||||
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue