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:
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);