1
0
Fork 0

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:
Peter Veenstra 2006-02-12 12:30:54 +00:00
parent 0e3603396e
commit ecc77541f1

View file

@ -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) {