aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth/fmtowns_pc98/towns_midi.h
diff options
context:
space:
mode:
authorathrxx2011-05-03 19:12:04 +0200
committerWillem Jan Palenstijn2011-05-17 20:36:31 +0200
commitca0e9cca3d50759e86aaa54bdfa5d5c5fdf85efb (patch)
tree711a15eaa92d6554221251c6c796c4b83de0402f /audio/softsynth/fmtowns_pc98/towns_midi.h
parentcac67d0151a1889add4d20c429f5488a5887deb5 (diff)
downloadscummvm-rg350-ca0e9cca3d50759e86aaa54bdfa5d5c5fdf85efb.tar.gz
scummvm-rg350-ca0e9cca3d50759e86aaa54bdfa5d5c5fdf85efb.tar.bz2
scummvm-rg350-ca0e9cca3d50759e86aaa54bdfa5d5c5fdf85efb.zip
FM-TOWNS AUDIO: Start fixing midi driver tempo
Diffstat (limited to 'audio/softsynth/fmtowns_pc98/towns_midi.h')
-rw-r--r--audio/softsynth/fmtowns_pc98/towns_midi.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/audio/softsynth/fmtowns_pc98/towns_midi.h b/audio/softsynth/fmtowns_pc98/towns_midi.h
index 1a4a8613ca..a525226959 100644
--- a/audio/softsynth/fmtowns_pc98/towns_midi.h
+++ b/audio/softsynth/fmtowns_pc98/towns_midi.h
@@ -59,7 +59,10 @@ public:
private:
TownsMidiOutputChannel *allocateOutputChannel(int pri);
-
+
+ void updateParser();
+ void updateOutputChannels();
+
int randomValue(int para);
TownsMidiInputChannel **_channels;
@@ -71,7 +74,8 @@ private:
TownsAudioInterface *_intf;
- uint32 _tickCounter;
+ uint32 _tickCounter1;
+ uint32 _tickCounter2;
uint8 _curChan;
uint8 _rand;