From 599de7a67f405150965fddfb32e3b9d5ceb661f8 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Fri, 25 Sep 2009 20:51:21 +0000 Subject: [PATCH] Make it clear we don't support it, else we get detected as win95. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3471 --- src/dos/dos_misc.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/dos/dos_misc.cpp b/src/dos/dos_misc.cpp index b65be5a7..c448ac4e 100644 --- a/src/dos/dos_misc.cpp +++ b/src/dos/dos_misc.cpp @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $Id: dos_misc.cpp,v 1.23 2009-05-27 09:15:41 qbix79 Exp $ */ +/* $Id: dos_misc.cpp,v 1.24 2009-09-25 20:51:21 qbix79 Exp $ */ #include "dosbox.h" #include "callback.h" @@ -184,8 +184,7 @@ static bool DOS_MultiplexFunctions(void) { else return false; case 0x1680: /* RELEASE CURRENT VIRTUAL MACHINE TIME-SLICE */ //TODO Maybe do some idling but could screw up other systems :) - reg_al=0; - return true; + return true; //So no warning in the debugger anymore case 0x1689: /* Kernel IDLE CALL */ case 0x168f: /* Close awareness crap */ /* Removing warning */