From be2b9c2db783223fd4de0528195c75579fc47659 Mon Sep 17 00:00:00 2001 From: Ralf Grillenberger Date: Sun, 29 Jul 2012 17:46:51 +0000 Subject: [PATCH] Prepare the PCJR video palette chip before writing data. Thanks ripsaw. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3788 --- src/ints/int10_pal.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ints/int10_pal.cpp b/src/ints/int10_pal.cpp index 716296cf..c7fee18a 100644 --- a/src/ints/int10_pal.cpp +++ b/src/ints/int10_pal.cpp @@ -343,6 +343,7 @@ void INT10_SetColorSelect(Bit8u val) { if (machine == MCH_CGA || machine==MCH_TANDY) IO_Write(0x3d9,temp); else if (machine == MCH_PCJR) { + IO_Read(VGAREG_TDY_RESET); // reset the flipflop switch(vga.mode) { case M_TANDY2: IO_Write(VGAREG_TDY_ADDRESS, 0x11);