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);