From 85f7a01d2a229da7523d5b6e01359c564dd1d912 Mon Sep 17 00:00:00 2001 From: athrxx Date: Fri, 3 Jun 2011 13:59:21 +0200 Subject: FM-TOWNS AUDIO: some cleanup in midi driver code --- audio/softsynth/fmtowns_pc98/towns_midi.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'audio/softsynth/fmtowns_pc98/towns_midi.h') 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 -- cgit v1.2.3