From 7ca4e50bf8192799a32d7ee1b03e3b42372b0961 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Strohh=C3=A4cker?= Date: Thu, 7 Jun 2007 17:34:30 +0000 Subject: [PATCH] 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 --- src/ints/int10_memory.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ints/int10_memory.cpp b/src/ints/int10_memory.cpp index 7e8d74e1..2fd73d0e 100644 --- a/src/ints/int10_memory.cpp +++ b/src/ints/int10_memory.cpp @@ -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++;