From 14d8f44e0ec892776ac97e65c29bcf07a7e5cf95 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Sat, 30 Sep 2006 12:33:36 +0000 Subject: [PATCH] Add patch "DAC on LPT1, covox emulation added." from zbiggy. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2703 --- src/hardware/disney.cpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/hardware/disney.cpp b/src/hardware/disney.cpp index e33e46e9..9aea748e 100644 --- a/src/hardware/disney.cpp +++ b/src/hardware/disney.cpp @@ -44,17 +44,15 @@ static void disney_write(Bitu port,Bitu val,Bitu iolen) { switch (port-DISNEY_BASE) { case 0: /* Data Port */ disney.data=val; + if (disney.used