1
0
Fork 0

Fix colours YPM when in cga mode.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2382
This commit is contained in:
Peter Veenstra 2005-11-21 13:10:19 +00:00
parent 00fab72f8c
commit c13994c834

View file

@ -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 */