1
0
Fork 0

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:
Sebastian Strohhäcker 2007-06-07 17:34:30 +00:00
parent 131553c479
commit 7ca4e50bf8

View file

@ -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++;