aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth/fmtowns_pc98/towns_midi.h
diff options
context:
space:
mode:
authorathrxx2011-06-03 13:59:21 +0200
committerathrxx2011-06-03 22:08:22 +0200
commit85f7a01d2a229da7523d5b6e01359c564dd1d912 (patch)
treeb2b146107ee722fe0424109e5b448ac111c68945 /audio/softsynth/fmtowns_pc98/towns_midi.h
parent6287426db0933bc8569407cde7b01c4883a80fca (diff)
downloadscummvm-rg350-85f7a01d2a229da7523d5b6e01359c564dd1d912.tar.gz
scummvm-rg350-85f7a01d2a229da7523d5b6e01359c564dd1d912.tar.bz2
scummvm-rg350-85f7a01d2a229da7523d5b6e01359c564dd1d912.zip
FM-TOWNS AUDIO: some cleanup in midi driver code
Diffstat (limited to 'audio/softsynth/fmtowns_pc98/towns_midi.h')
-rw-r--r--audio/softsynth/fmtowns_pc98/towns_midi.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/softsynth/fmtowns_pc98/towns_midi.h b/audio/softsynth/fmtowns_pc98/towns_midi.h
index a98bb1b59c..9aa7c93b35 100644
--- a/audio/softsynth/fmtowns_pc98/towns_midi.h
+++ b/audio/softsynth/fmtowns_pc98/towns_midi.h
@@ -69,14 +69,15 @@ private:
TownsAudioInterface *_intf;
- uint32 _tickCounter1;
- uint32 _tickCounter2;
+ uint32 _tickCounter;
uint8 _allocCurPos;
uint8 _rand;
bool _isOpen;
uint8 *_operatorLevelTable;
+
+ const uint16 _baseTempo;
};
#endif