diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-04-15 17:33:52 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-04-15 17:33:52 +0000 |
commit | 190f4c5d1bffb6deb49baf24a7d51304f3158a50 (patch) | |
tree | e64914085ced76c861431c958b478bc90166a385 /emulators/fuse | |
parent | ecae64071e1070a3a0a3ab000f79994d55d9c713 (diff) | |
download | ports-190f4c5d1bffb6deb49baf24a7d51304f3158a50.tar.gz ports-190f4c5d1bffb6deb49baf24a7d51304f3158a50.zip |
Notes
Diffstat (limited to 'emulators/fuse')
-rw-r--r-- | emulators/fuse/files/patch-sound.c | 18 |
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). |