aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emulators/fuse/files/patch-sound.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/emulators/fuse/files/patch-sound.c b/emulators/fuse/files/patch-sound.c
index 9f5a596a1d1a..5727847d5228 100644
--- a/emulators/fuse/files/patch-sound.c
+++ b/emulators/fuse/files/patch-sound.c
@@ -1,13 +1,13 @@
---- sound.c.orig Thu Mar 29 16:09:24 2007
-+++ sound.c Thu Mar 29 16:09:50 2007
+--- sound.c.orig Sun Jul 4 20:52:15 2004
++++ sound.c Sun Apr 15 19:31:45 2007
@@ -58,8 +58,8 @@
- int sound_stereo_ay_abc=0; /* (AY stereo) true for ABC stereo, else ACB */
- int sound_stereo_ay_narrow=0; /* (AY stereo) true for narrow AY st. sep. */
-
--static int sound_stereo_ay=0; /* local copy of settings_current.stereo_ay */
+ int sound_stereo_ay_abc=0; /* (AY stereo) true for ABC stereo, else ACB */
+ int sound_stereo_ay_narrow=0; /* (AY stereo) true for narrow AY st. sep. */
+
+-static int sound_stereo_ay=0; /* local copy of settings_current.stereo_ay */
-static int sound_stereo_beeper=0; /* and settings_current.stereo_beeper */
-+int sound_stereo_ay=0; /* local copy of settings_current.stereo_ay */
++int sound_stereo_ay=0; /* local copy of settings_current.stereo_ay */
+int sound_stereo_beeper=0; /* and settings_current.stereo_beeper */
-
-
+
+
/* assume all three tone channels together match the beeper volume (ish).