From ecc77541f140c3885b13115387329629e91f35c2 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Sun, 12 Feb 2006 12:30:54 +0000 Subject: [PATCH] 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 --- src/ints/int10_modes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ints/int10_modes.cpp b/src/ints/int10_modes.cpp index c4ef9710..5e865beb 100644 --- a/src/ints/int10_modes.cpp +++ b/src/ints/int10_modes.cpp @@ -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) {