From 600f8d45787172e09c672e25704ae5f40c759bf0 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Fri, 29 Apr 2005 13:32:31 +0000 Subject: [PATCH] change exit to warning for call 64 Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2200 --- 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 3b3c7410..2b365d88 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.83 2005-03-25 12:06:48 qbix79 Exp $ */ +/* $Id: dos.cpp,v 1.84 2005-04-29 13:32:31 qbix79 Exp $ */ #include #include @@ -802,7 +802,7 @@ static Bitu DOS_21Handler(void) { } else reg_al = 0xff; //Doesn't officially touch carry flag break; case 0x64: /* Set device driver lookahead flag */ - E_Exit("Unhandled Dos 21 call %02X",reg_ah); + LOG(LOG_DOSMISC,LOG_NORMAL)("set driver look ahead flag"); break; case 0x65: /* Get extented country information and a lot of other useless shit*/ { /* Todo maybe fully support this for now we set it standard for USA */