aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth/fmtowns_pc98/towns_pc98_fmsynth.h
diff options
context:
space:
mode:
authorathrxx2018-12-01 02:15:34 +0100
committerathrxx2019-03-07 21:28:41 +0100
commit49e85f64cf0470439de59ea87e342986b9779efc (patch)
tree297a6e277b36228f3280de683e25ad4ce570b0fb /audio/softsynth/fmtowns_pc98/towns_pc98_fmsynth.h
parentb789d50a55cc22e481d286a1038d3ec4092b23ec (diff)
downloadscummvm-rg350-49e85f64cf0470439de59ea87e342986b9779efc.tar.gz
scummvm-rg350-49e85f64cf0470439de59ea87e342986b9779efc.tar.bz2
scummvm-rg350-49e85f64cf0470439de59ea87e342986b9779efc.zip
AUDIO: (FM-TOWNS/PC-98) - allow individual operator frequencies
(also add some sanity checks and make some more adjustments for SCI audio driver)
Diffstat (limited to 'audio/softsynth/fmtowns_pc98/towns_pc98_fmsynth.h')
-rw-r--r--audio/softsynth/fmtowns_pc98/towns_pc98_fmsynth.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/softsynth/fmtowns_pc98/towns_pc98_fmsynth.h b/audio/softsynth/fmtowns_pc98/towns_pc98_fmsynth.h
index ba484e2413..58b7ccb230 100644
--- a/audio/softsynth/fmtowns_pc98/towns_pc98_fmsynth.h
+++ b/audio/softsynth/fmtowns_pc98/towns_pc98_fmsynth.h
@@ -116,8 +116,6 @@ private:
frqModSvty = value << 5;
}
- uint16 frqTemp;
- uint8 fmIndex;
bool enableLeft;
bool enableRight;
bool updateEnvelopeParameters;