From 8ebe87d0ceaa68024a567871f700f79d59bcaf39 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Tue, 13 Dec 2005 11:15:50 +0000 Subject: [PATCH] Don't restore int 33 vector on int 10 mode change. Fixes Rac Racing and Big Red Adventure Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2411 --- src/ints/mouse.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ints/mouse.cpp b/src/ints/mouse.cpp index 7657050d..130fa902 100644 --- a/src/ints/mouse.cpp +++ b/src/ints/mouse.cpp @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $Id: mouse.cpp,v 1.56 2005-10-03 19:22:13 c2woody Exp $ */ +/* $Id: mouse.cpp,v 1.57 2005-12-13 11:15:50 qbix79 Exp $ */ #include #include @@ -505,7 +505,7 @@ static void mouse_reset_hardware(void){ void Mouse_NewVideoMode(void) { //Does way to much. Many of this stuff should be moved to mouse_reset one day - WriteMouseIntVector(); +// WriteMouseIntVector();//Disabled. Big Red Adventure, Rac Racing if(MOUSE_IRQ > 7) { real_writed(0,((0x70+MOUSE_IRQ-8)<<2),CALLBACK_RealPointer(call_int74));