aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth/fmtowns_pc98/towns_midi.h
diff options
context:
space:
mode:
authorathrxx2011-05-02 23:41:55 +0200
committerWillem Jan Palenstijn2011-05-17 20:36:26 +0200
commit9fa1b9aa361d204ca98e60917c4c7e2e3b3c4f64 (patch)
tree361a43035fab47de780b2ba930ef458f64d214a3 /audio/softsynth/fmtowns_pc98/towns_midi.h
parentd9772ff88f29e37fa7b91b7b6e43d846bcfad008 (diff)
downloadscummvm-rg350-9fa1b9aa361d204ca98e60917c4c7e2e3b3c4f64.tar.gz
scummvm-rg350-9fa1b9aa361d204ca98e60917c4c7e2e3b3c4f64.tar.bz2
scummvm-rg350-9fa1b9aa361d204ca98e60917c4c7e2e3b3c4f64.zip
FM-TOWNS AUDIO: More midi driver code
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;