From c4313730b637c8bb75d004657da5d441c9f80131 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Sun, 12 Mar 2006 21:16:23 +0000 Subject: [PATCH] acknowlegde second pic before running int a Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2542 --- src/hardware/mpu401.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/hardware/mpu401.cpp b/src/hardware/mpu401.cpp index 3c4c7e13..295e2531 100644 --- a/src/hardware/mpu401.cpp +++ b/src/hardware/mpu401.cpp @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $Id: mpu401.cpp,v 1.16 2006-02-09 11:47:49 qbix79 Exp $ */ +/* $Id: mpu401.cpp,v 1.17 2006-03-12 21:16:23 qbix79 Exp $ */ #include #include "dosbox.h" @@ -551,9 +551,9 @@ static Bitu MPU401_INT71_Handler() { mpu.queue_used=1; mpu.state.reset=0; } - CALLBACK_RunRealInt(0xa); IO_Write(0xa0,0x61); - IO_Write(0x20,0x62); + CALLBACK_RunRealInt(0xa); +// IO_Write(0x20,0x62); //0xA default handler does this. if (signr) if (mpu.queue_used==1) ClrQueue(); return CBRET_NONE;