link audioconst

This commit is contained in:
roeming
2025-07-03 16:41:27 -04:00
parent bdb925908a
commit 84d869675d
3 changed files with 58 additions and 10 deletions
@@ -0,0 +1,10 @@
#include "jaudio_NES/audioconst.h"
fxconfig NA_HALL_DELAY = { 1, 0x20, 0x4500, 0x14, 0x1100, 0x7fff, 0, 0, 0xff, 0, 0 };
na_spec_config NA_SPEC_CONFIG[1] = { { 0xbb80, 1, 0x18, 5, 0, 0, 1, 0, 0, &NA_HALL_DELAY,
0x400, 0x200, 0x07fff, 0, 0x680, 0x4500, 0, 0x7800, 0x2300, 0 } };
ALGlobalsConst AGC = {
0x18, 0x30, 0x70000, 0x38000, 0x28000,
};