aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth/fmtowns_pc98/towns_euphony.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/softsynth/fmtowns_pc98/towns_euphony.h')
-rw-r--r--audio/softsynth/fmtowns_pc98/towns_euphony.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/softsynth/fmtowns_pc98/towns_euphony.h b/audio/softsynth/fmtowns_pc98/towns_euphony.h
index 76aa153a37..65e55fac40 100644
--- a/audio/softsynth/fmtowns_pc98/towns_euphony.h
+++ b/audio/softsynth/fmtowns_pc98/towns_euphony.h
@@ -120,7 +120,7 @@ public:
int setTempo(int tempo);
void setLoopStatus(bool loop);
-
+
bool isPlaying() {return _playing; }
int configPart_enable(int part, int val);
@@ -148,10 +148,10 @@ private:
void updateHangingNotes();
void clearHangingNotes();
-
+
void resetAllControls();
void allPartsOff();
-
+
uint8 appendEvent(uint8 evt, uint8 chan);
typedef bool(EuphonyPlayer::*EuphonyEvent)();
@@ -190,7 +190,7 @@ private:
uint16 len;
SavedEvent *next;
};
-
+
SavedEvent *_savedEventsChain;
uint8 _defaultBarLength;