diff options
author | Johannes Schickel | 2012-09-07 19:03:57 +0200 |
---|---|---|
committer | Johannes Schickel | 2012-09-08 01:16:09 +0200 |
commit | 0fe5e0e6bde4921a018b3fdc597adbb7d3745ed5 (patch) | |
tree | 6547c5a49fa0b5ad9c69737103a0821c31b02da9 /engines/cine | |
parent | c850effc6d30cc8de9fcbdd8ac429b1d6da624e1 (diff) | |
download | scummvm-rg350-0fe5e0e6bde4921a018b3fdc597adbb7d3745ed5.tar.gz scummvm-rg350-0fe5e0e6bde4921a018b3fdc597adbb7d3745ed5.tar.bz2 scummvm-rg350-0fe5e0e6bde4921a018b3fdc597adbb7d3745ed5.zip |
CINE: Fix Paula frequency.
This should fix the frequency of sound effects.
Diffstat (limited to 'engines/cine')
-rw-r--r-- | engines/cine/sound.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cine/sound.h b/engines/cine/sound.h index 61ebd45d54..0787568173 100644 --- a/engines/cine/sound.h +++ b/engines/cine/sound.h @@ -95,7 +95,7 @@ public: virtual void update(); enum { - PAULA_FREQ = 7093789, + PAULA_FREQ = 3579545, NUM_CHANNELS = 4 }; |