From 4280d1cef5ce9c491131520c2b669db6f3df400a Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Mon, 29 Sep 2003 21:06:49 +0000 Subject: [PATCH] Disabled zeroing of int f handler. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1275 --- src/cpu/callback.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/cpu/callback.cpp b/src/cpu/callback.cpp index 79e12ab5..1b553fba 100644 --- a/src/cpu/callback.cpp +++ b/src/cpu/callback.cpp @@ -16,6 +16,8 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +/* $Id: callback.cpp,v 1.16 2003-09-29 21:06:49 qbix79 Exp $ */ + #include #include @@ -204,7 +206,7 @@ void CALLBACK_Init(Section* sec) { real_writed(0,i*4,CALLBACK_RealPointer(call_default)); } real_writed(0,0x67*4,CALLBACK_RealPointer(call_default)); - real_writed(0,0xf*4,0); + //real_writed(0,0xf*4,0); some games don't like it }