set int44 to first character(8) table for pcjr/tandy (personal deskmate 2)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2875
This commit is contained in:
parent
131553c479
commit
7ca4e50bf8
1 changed files with 3 additions and 0 deletions
|
@ -113,6 +113,9 @@ void INT10_SetupRomMemory(void) {
|
|||
}
|
||||
RealSetVec(0x1F,int10.rom.font_8_second);
|
||||
|
||||
if (IS_TANDY_ARCH) {
|
||||
RealSetVec(0x44,int10.rom.font_8_first);
|
||||
}
|
||||
if (machine == MCH_VGA) { //EGA/VGA. Just to be safe
|
||||
//Reserve checksum location
|
||||
checksumlocation = int10.rom.used++;
|
||||
|
|
Loading…
Add table
Reference in a new issue