aboutsummaryrefslogtreecommitdiff
path: root/src/chips/nuked/nukedopl3_174.c
diff options
context:
space:
mode:
authorVitaly Novichkov <admin@wohlnet.ru>2018-07-31 01:03:42 +0300
committerVitaly Novichkov <admin@wohlnet.ru>2018-07-31 01:03:42 +0300
commit34f42407a2a2e90c2ba45e9e70c86529bd67c418 (patch)
tree774b7b9c004f35d284ce81978dc16427d9d3ab5a /src/chips/nuked/nukedopl3_174.c
parent7a2f4a8627142561acca8a2b22823eea4d222594 (diff)
downloadlibADLMIDI-34f42407a2a2e90c2ba45e9e70c86529bd67c418.tar.gz
libADLMIDI-34f42407a2a2e90c2ba45e9e70c86529bd67c418.tar.bz2
libADLMIDI-34f42407a2a2e90c2ba45e9e70c86529bd67c418.zip
Fix the initial panning state
Diffstat (limited to 'src/chips/nuked/nukedopl3_174.c')
-rw-r--r--src/chips/nuked/nukedopl3_174.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/chips/nuked/nukedopl3_174.c b/src/chips/nuked/nukedopl3_174.c
index c7812ae..2f7d874 100644
--- a/src/chips/nuked/nukedopl3_174.c
+++ b/src/chips/nuked/nukedopl3_174.c
@@ -1248,8 +1248,8 @@ void OPL3v17_Reset(opl3_chip *chip, Bit32u samplerate)
chip->channel[channum].chtype = ch_2op;
chip->channel[channum].cha = 0xffff;
chip->channel[channum].chb = 0xffff;
- chip->channel[channum].chl = 46052;
- chip->channel[channum].chr = 46052;
+ chip->channel[channum].chl = 46340;
+ chip->channel[channum].chr = 46340;
OPL3_ChannelSetupAlg(&chip->channel[channum]);
}
chip->noise = 0x306600;