aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth/fmtowns_pc98/towns_midi.h
diff options
context:
space:
mode:
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;