aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth/fmtowns_pc98/towns_midi.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/softsynth/fmtowns_pc98/towns_midi.h')
-rw-r--r--audio/softsynth/fmtowns_pc98/towns_midi.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/audio/softsynth/fmtowns_pc98/towns_midi.h b/audio/softsynth/fmtowns_pc98/towns_midi.h
index 005c77cedf..1a4a8613ca 100644
--- a/audio/softsynth/fmtowns_pc98/towns_midi.h
+++ b/audio/softsynth/fmtowns_pc98/towns_midi.h
@@ -59,18 +59,21 @@ public:
private:
TownsMidiOutputChannel *allocateOutputChannel(int pri);
+
+ int randomValue(int para);
TownsMidiInputChannel **_channels;
TownsMidiOutputChannel **_out;
TownsMidiChanState *_chanState;
- Common::TimerManager::TimerProc _timerBproc;
- void *_timerBpara;
+ Common::TimerManager::TimerProc _timerProc;
+ void *_timerProcPara;
TownsAudioInterface *_intf;
uint32 _tickCounter;
uint8 _curChan;
+ uint8 _rand;
bool _open;