Add patch " 1428943 ] Fix for wrong ATTR flipflop state after INT10_SetVideoMode" from vasyl
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2483
This commit is contained in:
parent
0e3603396e
commit
ecc77541f1
1 changed files with 1 additions and 1 deletions
|
@ -857,7 +857,7 @@ att_text16:
|
|||
IO_Write(0x3c0,i);
|
||||
IO_Write(0x3c0,att_data[i]);
|
||||
}
|
||||
IO_Write(0x3c0,0x20); //Disable palette access
|
||||
IO_Write(0x3c0,0x20); IO_Write(0x3c0,0x00); //Disable palette access
|
||||
/* Setup the DAC */
|
||||
IO_Write(0x3c8,0);
|
||||
switch (CurMode->type) {
|
||||
|
|
Loading…
Add table
Reference in a new issue