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:
parent
00fab72f8c
commit
c13994c834
1 changed files with 3 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue