14 lines
657 B
Diff
14 lines
657 B
Diff
--- sound.c 2005-10-17 23:20:45.000000000 +0100
|
|
+++ fuse-0.7.0/sound.c 2005-08-20 23:46:32.000000000 +0100
|
|
@@ -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 */
|
|
-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_beeper=0; /* and settings_current.stereo_beeper */
|
|
|
|
|
|
/* assume all three tone channels together match the beeper volume (ish).
|