Write a charctertable in biossegment, fixes sierra games
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@225
This commit is contained in:
parent
7e46d9c60f
commit
8be833ab6c
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ void INT10_SetupRomMemory(void) {
|
|||
for (i=0;i<0x10;i++) {
|
||||
real_writeb(0xC000,segoff++,static_functionality[i]);
|
||||
}
|
||||
MEM_BlockWrite(PhysMake(0xf000,0xfa6e),int10_font_08,128*8);
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue