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.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/sound/softsynth/fmtowns_pc98/towns_euphony.h b/sound/softsynth/fmtowns_pc98/towns_euphony.h
index 06f6ed2d63..c869b612a3 100644
--- a/sound/softsynth/fmtowns_pc98/towns_euphony.h
+++ b/sound/softsynth/fmtowns_pc98/towns_euphony.h
@@ -66,7 +66,9 @@ public:
void timerCallback(int timerId);
- TownsAudioInterface *intf() { return _intf; }
+ TownsAudioInterface *intf() {
+ return _intf;
+ }
private:
void resetTables();
@@ -103,7 +105,9 @@ private:
bool evtAdvanceTimestampOffset();
bool evtTempo();
bool evtModeOrdrChange();
- bool evtNotImpl() { return false; }
+ bool evtNotImpl() {
+ return false;
+ }
uint8 prepTranspose(uint8 in);
uint8 prepVelo(uint8 in);