aboutsummaryrefslogtreecommitdiff
path: root/sound/softsynth/fmtowns_pc98/towns_euphony.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/softsynth/fmtowns_pc98/towns_euphony.h')
-rw-r--r--sound/softsynth/fmtowns_pc98/towns_euphony.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sound/softsynth/fmtowns_pc98/towns_euphony.h b/sound/softsynth/fmtowns_pc98/towns_euphony.h
index c869b612a3..47cfdcb2b9 100644
--- a/sound/softsynth/fmtowns_pc98/towns_euphony.h
+++ b/sound/softsynth/fmtowns_pc98/towns_euphony.h
@@ -39,7 +39,7 @@ public:
void loadInstrument(int chanType, int id, const uint8 *data);
void loadWaveTable(const uint8 *data);
void unloadWaveTable(int id);
- void reserveSfxChannels(int num);
+ void reserveSoundEffectChannels(int num);
int setMusicTempo(int tempo);
int startMusicTrack(const uint8 *data, int trackSize, int startTick);
@@ -66,6 +66,9 @@ public:
void timerCallback(int timerId);
+ void setMusicVolume(int volume);
+ void setSoundEffectVolume(int volume);
+
TownsAudioInterface *intf() {
return _intf;
}