aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/player_v2cms.h
diff options
context:
space:
mode:
authorJohannes Schickel2011-08-09 23:47:41 +0200
committerJohannes Schickel2011-08-10 00:00:12 +0200
commit74560278b2d7d14f459bafc7d5eed63bc6a363b0 (patch)
tree8c2b0b5c6123b500b3f24f92c188c0e680ca8516 /engines/scumm/player_v2cms.h
parent37a34e6da26fff8c5b0298874b9e3e26dcb34b29 (diff)
downloadscummvm-rg350-74560278b2d7d14f459bafc7d5eed63bc6a363b0.tar.gz
scummvm-rg350-74560278b2d7d14f459bafc7d5eed63bc6a363b0.tar.bz2
scummvm-rg350-74560278b2d7d14f459bafc7d5eed63bc6a363b0.zip
SCUMM: Change CMS sfx methods to use its own register set.
This is now like in the original and helps comparing register writes against DOSBox's behavior.
Diffstat (limited to 'engines/scumm/player_v2cms.h')
-rw-r--r--engines/scumm/player_v2cms.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/scumm/player_v2cms.h b/engines/scumm/player_v2cms.h
index 29444b18bc..905c7c141e 100644
--- a/engines/scumm/player_v2cms.h
+++ b/engines/scumm/player_v2cms.h
@@ -128,6 +128,8 @@ private:
int _loadedMidiSong;
+ byte _sfxFreq[4], _sfxAmpl[4], _sfxOctave[2];
+
byte _lastMidiCommand;
uint _outputTableReady;
byte _voiceTimer;