summaryrefslogtreecommitdiff
path: root/apps/codecs/libgme/nes_fds_apu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libgme/nes_fds_apu.c')
-rw-r--r--apps/codecs/libgme/nes_fds_apu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libgme/nes_fds_apu.c b/apps/codecs/libgme/nes_fds_apu.c
index d021cfd289..dc0775d5d3 100644
--- a/apps/codecs/libgme/nes_fds_apu.c
+++ b/apps/codecs/libgme/nes_fds_apu.c
@@ -42,7 +42,7 @@ void Fds_reset( struct Nes_Fds_Apu* this )
42 this->mod_pos = 0; 42 this->mod_pos = 0;
43 this->mod_write_pos = 0; 43 this->mod_write_pos = 0;
44 44
45 static byte const initial_regs [0x0B] ICONST_ATTR = { 45 static byte const initial_regs [0x0B] = {
46 0x80, // disable envelope 46 0x80, // disable envelope
47 0, 0, 0xC0, // disable wave and lfo 47 0, 0, 0xC0, // disable wave and lfo
48 0x80, // disable sweep 48 0x80, // disable sweep