aboutsummaryrefslogtreecommitdiff
path: root/source/soundux.h
diff options
context:
space:
mode:
authorNebuleon Fumika2013-01-20 22:26:24 -0500
committerNebuleon Fumika2013-01-20 22:26:24 -0500
commit7d788578b2cfe454d5c266552411820b50075d08 (patch)
treea258bca977946df3c2dfde86837f58b7979d8e90 /source/soundux.h
parent0f91ed22f32bae7e8fb924fa4458142fa5894f83 (diff)
downloadsnesemu-7d788578b2cfe454d5c266552411820b50075d08.tar.gz
snesemu-7d788578b2cfe454d5c266552411820b50075d08.tar.bz2
snesemu-7d788578b2cfe454d5c266552411820b50075d08.zip
Initial 8-bit sound commit. For the lulz!
Diffstat (limited to 'source/soundux.h')
-rw-r--r--source/soundux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/soundux.h b/source/soundux.h
index 8fb8396..224d24a 100644
--- a/source/soundux.h
+++ b/source/soundux.h
@@ -220,6 +220,8 @@ typedef struct
EXTERN_C SSoundData SoundData;
+void S9xSetEightBitConsoleSound (bool8 Enabled);
+
void S9xSetSoundVolume (int channel, short volume_left, short volume_right);
void S9xSetSoundFrequency (int channel, int hertz);
void S9xSetSoundHertz (int channel, int hertz);