gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

commit a0d8f30701a876d569cea96ace37c50086cb648b
parent 5779d09f4b8336cd0151e31bf52c79d162a05de8
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Wed, 24 Jul 2024 23:48:30 +0200

disable dynamic peripheral addressing, its unused

Diffstat:
Msource/nord/n2x/n2xLib/n2xdsp.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/nord/n2x/n2xLib/n2xdsp.cpp b/source/nord/n2x/n2xLib/n2xdsp.cpp @@ -106,7 +106,7 @@ namespace n2x config.aguSupportBitreverse = true; config.linkJitBlocks = true; - config.dynamicPeripheralAddressing = true; + config.dynamicPeripheralAddressing = false; #ifdef _DEBUG config.debugDynamicPeripheralAddressing = true; #endif