From 16c80d9fb0b19422195bd61141a8bc248809cd41 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Tue, 28 Dec 2004 15:56:23 +0000 Subject: [PATCH] Fix playback under win ench Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2089 --- src/hardware/mpu401.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/hardware/mpu401.cpp b/src/hardware/mpu401.cpp index a7ff9949..339b3155 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.12 2004-12-14 21:02:57 qbix79 Exp $ */ +/* $Id: mpu401.cpp,v 1.13 2004-12-28 15:56:23 qbix79 Exp $ */ #include #include "dosbox.h" @@ -554,6 +554,7 @@ static Bitu INT71_Handler() { } CALLBACK_RunRealInt(0xa); IO_Write(0xa0,0x61); + IO_Write(0x20,0x62); if (signr) if (mpu.queue_used==1) ClrQueue(); return CBRET_NONE;