1
0
Fork 0

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:
Sjoerd van der Berg 2002-08-29 14:07:55 +00:00
parent bd5ef63d38
commit 150d9e406c

View file

@ -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);
};