From 4765aeafd644f14d5e67cda2f54f198c7ec10ae3 Mon Sep 17 00:00:00 2001 From: qeed Date: Thu, 11 Jun 2009 17:57:54 +0000 Subject: [PATCH] Woops, fixed a conditional to se the noise table pointer to the right value based on the region in fceusnd_reset --- src/sound.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sound.cpp b/src/sound.cpp index 0ece9567..53930a3f 100644 --- a/src/sound.cpp +++ b/src/sound.cpp @@ -1084,9 +1084,9 @@ void FCEUSND_Reset(void) nreg=1; if (PAL) - NoiseFreqTable = NoiseFreqTableNTSC; - else NoiseFreqTable = NoiseFreqTablePAL; + else + NoiseFreqTable = NoiseFreqTableNTSC; for(x=0;x<2;x++) {