Set interrupt vector 0x1f at startup
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@247
This commit is contained in:
parent
bd5ef63d38
commit
150d9e406c
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ void INT10_SetupRomMemory(void) {
|
|||
real_writeb(0xC000,segoff++,static_functionality[i]);
|
||||
}
|
||||
MEM_BlockWrite(PhysMake(0xf000,0xfa6e),int10_font_08,128*8);
|
||||
|
||||
RealSetVec(0x1F,int10_romarea.font_8_second);
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue