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:
parent
6348c925f3
commit
9ac02ea718
1 changed files with 4 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue