aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth/fmtowns_pc98/towns_midi.h
diff options
context:
space:
mode:
authorathrxx2011-05-14 15:25:39 +0200
committerWillem Jan Palenstijn2011-05-17 20:36:32 +0200
commitb3476fc8016e3a62812eb9c7b5602e1f05f529cb (patch)
tree92f56280720e2e97285ba990ff2ddb93651e478e /audio/softsynth/fmtowns_pc98/towns_midi.h
parent15610b56db9f655ad0c8df0ffe730d123f048bac (diff)
downloadscummvm-rg350-b3476fc8016e3a62812eb9c7b5602e1f05f529cb.tar.gz
scummvm-rg350-b3476fc8016e3a62812eb9c7b5602e1f05f529cb.tar.bz2
scummvm-rg350-b3476fc8016e3a62812eb9c7b5602e1f05f529cb.zip
FM-TOWNS AUDIO: Some fixes and renaming
- renamed some stuff in the new midi driver code - fixed minor bug in midi driver code - fixed minor bug in euphony driver code - add some functionality to towns audio interface
Diffstat (limited to 'audio/softsynth/fmtowns_pc98/towns_midi.h')
-rw-r--r--audio/softsynth/fmtowns_pc98/towns_midi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/softsynth/fmtowns_pc98/towns_midi.h b/audio/softsynth/fmtowns_pc98/towns_midi.h
index 52298d77ce..2b6e1dff4e 100644
--- a/audio/softsynth/fmtowns_pc98/towns_midi.h
+++ b/audio/softsynth/fmtowns_pc98/towns_midi.h
@@ -78,7 +78,7 @@ private:
bool _open;
- uint8 *_chanEffectLevelModifier;
+ uint8 *_operatorLevelTable;
};
#endif