1
0
Fork 0

add int10/ax=1123 call (vasyl; checked against real bios)

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2281
This commit is contained in:
Sebastian Strohhäcker 2005-08-21 17:29:36 +00:00
parent 6348c925f3
commit 9ac02ea718

View file

@ -209,8 +209,10 @@ static Bitu INT10_Handler(void) {
RealSetVec(0x43,int10.rom.font_14);
real_writew(BIOSMEM_SEG,BIOSMEM_CHAR_HEIGHT,14);
goto graphics_chars;
// case 0x23: /* Rom 8x8 double dot set */
//TODO
case 0x23: /* Rom 8x8 double dot set */
RealSetVec(0x43,int10.rom.font_8_first);
real_writew(BIOSMEM_SEG,BIOSMEM_CHAR_HEIGHT,8);
goto graphics_chars;
case 0x24: /* Rom 8x16 set */
RealSetVec(0x43,int10.rom.font_16);
real_writew(BIOSMEM_SEG,BIOSMEM_CHAR_HEIGHT,16);