aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth/fmtowns_pc98/towns_midi.h
diff options
context:
space:
mode:
authorathrxx2011-05-08 18:20:39 +0200
committerWillem Jan Palenstijn2011-05-17 20:36:32 +0200
commitc6f13d187e31d5642f4a789a2e1eb2b5f2708775 (patch)
treea706805ceedea6a4090b6aecdfa2f79c28596ab9 /audio/softsynth/fmtowns_pc98/towns_midi.h
parentbaaae9d97a92da28ec8d8293a391cbca955cbbea (diff)
downloadscummvm-rg350-c6f13d187e31d5642f4a789a2e1eb2b5f2708775.tar.gz
scummvm-rg350-c6f13d187e31d5642f4a789a2e1eb2b5f2708775.tar.bz2
scummvm-rg350-c6f13d187e31d5642f4a789a2e1eb2b5f2708775.zip
FM-TOWNS AUDIO: Fix some midi driver bugs
Diffstat (limited to 'audio/softsynth/fmtowns_pc98/towns_midi.h')
-rw-r--r--audio/softsynth/fmtowns_pc98/towns_midi.h4
1 files changed, 2 insertions, 2 deletions
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;