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:
parent
ae0a2db4d1
commit
2b1535319a
1 changed files with 0 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue