From c6f13d187e31d5642f4a789a2e1eb2b5f2708775 Mon Sep 17 00:00:00 2001 From: athrxx Date: Sun, 8 May 2011 18:20:39 +0200 Subject: FM-TOWNS AUDIO: Fix some midi driver bugs --- audio/softsynth/fmtowns_pc98/towns_midi.h | 4 ++-- 1 file changed, 2 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 5164e04708..8dc71f3528 100644 --- a/audio/softsynth/fmtowns_pc98/towns_midi.h +++ b/audio/softsynth/fmtowns_pc98/towns_midi.h @@ -58,7 +58,7 @@ private: void updateParser(); void updateOutputChannels(); - TownsMidiOutputChannel *allocateOutputChannel(int pri); + TownsMidiOutputChannel *allocateOutputChannel(uint8 pri); int randomValue(int para); @@ -73,7 +73,7 @@ private: uint32 _tickCounter1; uint32 _tickCounter2; - uint8 _curChan; + uint8 _allocCurPos; uint8 _rand; bool _open; -- cgit v1.2.3