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 4edf9e829ce90193c53a4676dd9822a924575d03
parent 34c65922269d53c6cceeaf030e15b364b8b4d27b
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Tue, 16 Jul 2024 19:26:36 +0200

enable SC bit support

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

diff --git a/source/nord/n2x/n2xLib/n2xdsp.cpp b/source/nord/n2x/n2xLib/n2xdsp.cpp @@ -79,6 +79,7 @@ namespace n2x config.debugDynamicPeripheralAddressing = true; #endif config.maxInstructionsPerBlock = 0; + config.support16BitSCMode = true; m_dsp.getJit().setConfig(config);