1
0
Fork 0

Don't use cga mode control register in tandy mode

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1635
This commit is contained in:
Sjoerd van der Berg 2004-01-31 22:41:13 +00:00
parent ae0a2db4d1
commit 2b1535319a

View file

@ -65,12 +65,10 @@ static void write_p3d8(Bit32u port,Bit8u val) {
case M_CGA2:
case M_CGA4:
case M_CGA16:
case M_TANDY16:
goto m_cga;
}
break;
case MCH_CGA:
case MCH_TANDY:
VGA_SetBlinking((val & 0x20));
m_cga:
if (val & 0x2) {