From 0797de3e253e51ab9f9d7bd3ae026f32490cfc4f Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Thu, 17 Nov 2005 13:16:34 +0000 Subject: [PATCH] Fix Fable. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2379 --- src/dos/dos.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dos/dos.cpp b/src/dos/dos.cpp index 70c3a7c6..e16898fe 100644 --- a/src/dos/dos.cpp +++ b/src/dos/dos.cpp @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $Id: dos.cpp,v 1.88 2005-10-31 18:12:56 c2woody Exp $ */ +/* $Id: dos.cpp,v 1.89 2005-11-17 13:16:34 qbix79 Exp $ */ #include #include @@ -410,7 +410,7 @@ static Bitu DOS_21Handler(void) { if (reg_al==0) { /* Get country specidic information */ PhysPt dest = SegPhys(ds)+reg_dx; MEM_BlockWrite(dest,dos.tables.country,0x18); - reg_bx = 0x01; + reg_ax = reg_bx = 0x01; CALLBACK_SCF(false); break; } else { /* Set country code */