1
0
Fork 0

Added EGA Register Interface Library - Write One Register (0xf1). Fixes colours in A-Train

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2197
This commit is contained in:
Peter Veenstra 2005-04-27 20:44:50 +00:00
parent 93a94c5b04
commit 881ae1b28f
3 changed files with 57 additions and 0 deletions

View file

@ -432,6 +432,9 @@ graphics_chars:
reg_al=0x0;
}
break;
case 0xf1:
INT10_EGA_RIL_F1(reg_bl, reg_bh, reg_dx);
break;
case 0xff:
if (!warned_ff) LOG(LOG_INT10,LOG_NORMAL)("INT10:FF:Weird NC call");
warned_ff=true;