Paul F. Johnson 54dd8f6
--- sound.c	2005-10-17 23:20:45.000000000 +0100
Paul F. Johnson 54dd8f6
+++ fuse-0.7.0/sound.c	2005-08-20 23:46:32.000000000 +0100
Paul F. Johnson 54dd8f6
@@ -58,8 +58,8 @@
Paul F. Johnson 54dd8f6
 int sound_stereo_ay_abc=0;	/* (AY stereo) true for ABC stereo, else ACB */
Paul F. Johnson 54dd8f6
 int sound_stereo_ay_narrow=0;	/* (AY stereo) true for narrow AY st. sep. */
Paul F. Johnson 54dd8f6
 
Paul F. Johnson 54dd8f6
-static int sound_stereo_ay=0;	/* local copy of settings_current.stereo_ay */
Paul F. Johnson 54dd8f6
-static int sound_stereo_beeper=0;   /* and settings_current.stereo_beeper */
Paul F. Johnson 54dd8f6
+int sound_stereo_ay=0;	/* local copy of settings_current.stereo_ay */
Paul F. Johnson 54dd8f6
+int sound_stereo_beeper=0;   /* and settings_current.stereo_beeper */
Paul F. Johnson 54dd8f6
 
Paul F. Johnson 54dd8f6
 
Paul F. Johnson 54dd8f6
 /* assume all three tone channels together match the beeper volume (ish).