aboutsummaryrefslogtreecommitdiff
path: root/sound/mods/paula.h
diff options
context:
space:
mode:
authorGregory Montoir2007-05-19 12:06:51 +0000
committerGregory Montoir2007-05-19 12:06:51 +0000
commit620c8a5647d1c51a4ca1803acf5924e3099e1d56 (patch)
tree20e1f5d1ba7e923b14b2ec45841438f121e007ca /sound/mods/paula.h
parentb5a96f6d558c921d27a23a18bc0b292bb159ff2b (diff)
downloadscummvm-rg350-620c8a5647d1c51a4ca1803acf5924e3099e1d56.tar.gz
scummvm-rg350-620c8a5647d1c51a4ca1803acf5924e3099e1d56.tar.bz2
scummvm-rg350-620c8a5647d1c51a4ca1803acf5924e3099e1d56.zip
added Amiga SoundFx module player code, used by Amiga versions of the following Delphine Software games : Future Wars, Operation Stealth, Cruise for a Corpse and Another World
svn-id: r26869
Diffstat (limited to 'sound/mods/paula.h')
-rw-r--r--sound/mods/paula.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mods/paula.h b/sound/mods/paula.h
index f79ad87466..b0c9bc96b8 100644
--- a/sound/mods/paula.h
+++ b/sound/mods/paula.h
@@ -41,7 +41,7 @@ public:
~Paula();
bool playing() const { return _playing; }
- void setInterruptFreq(int freq) { _intFreq = freq; }
+ void setInterruptFreq(int freq) { _curInt = _intFreq = freq; }
void setPanning(byte voice, byte panning) {
assert(voice < NUM_VOICES);
_voice[voice].panning = panning;