aboutsummaryrefslogtreecommitdiff
path: root/sounds.h
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2016-01-20 23:46:17 -0500
committerB. Watson <yalhcru@gmail.com>2016-01-20 23:46:17 -0500
commit9d032c9a1c0eca663c6877f5421957f50cb1eb79 (patch)
tree3626b074e0beece467318f41d35d42cb146d57e0 /sounds.h
parent8aec40856588437a20906a0820941382475344ec (diff)
downloadtaipan-9d032c9a1c0eca663c6877f5421957f50cb1eb79.tar.gz
rewrite sound code in asm, shed 186 bytes
Diffstat (limited to 'sounds.h')
-rw-r--r--sounds.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/sounds.h b/sounds.h
index d121a70..d876aae 100644
--- a/sounds.h
+++ b/sounds.h
@@ -1,14 +1,3 @@
-/* location we will look at, to see if sound is disabled.
- 0 = enabled, 1 = disabled. If you change this here,
- change it in newtitle.s also! */
-extern int sound_disabled;
-
-/* set volume 10, distortion 10 on audio channel 0 */
-void init_sound(unsigned char audc1);
-
-/* silence audio channel 0 */
-void stop_sound(void);
-
/* played when something bad happens */
void bad_joss_sound(void);