From 05a4fc6daa48950c5cc18674740c4980c0efa0d3 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Wed, 7 Jan 2004 20:23:48 +0000 Subject: [PATCH] Revectorred int 5c(wd) Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1542 --- src/cpu/callback.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/cpu/callback.cpp b/src/cpu/callback.cpp index e5a94cc0..ed9ffdfc 100644 --- a/src/cpu/callback.cpp +++ b/src/cpu/callback.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2003 The DOSBox Team + * Copyright (C) 2002-2004 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $Id: callback.cpp,v 1.18 2003-11-18 20:46:01 harekiet Exp $ */ +/* $Id: callback.cpp,v 1.19 2004-01-07 20:23:48 qbix79 Exp $ */ #include #include @@ -234,6 +234,7 @@ void CALLBACK_Init(Section* sec) { } real_writed(0,0x67*4,CALLBACK_RealPointer(call_default)); + real_writed(0,0x5c*4,CALLBACK_RealPointer(call_default)); //Network stuff //real_writed(0,0xf*4,0); some games don't like it }