diff --git a/src/ints/int10.cpp b/src/ints/int10.cpp index 6edfe462..5ca6781e 100644 --- a/src/ints/int10.cpp +++ b/src/ints/int10.cpp @@ -113,6 +113,9 @@ static Bitu INT10_Handler(void) { case 0x01: //Set color Select INT10_SetColorSelect(reg_bl); break; + default: + if(machine == MCH_CGA) INT10_SetColorSelect(reg_bl); + break; } break; case 0x0C: /* Write Graphics Pixel */