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 55dc8bb0ac529b4fe03acab248eebf46af5ff685
parent 2892b0f44571f8cb83b404875c96a337e894b5ed
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Sat, 27 Jul 2024 22:36:17 +0200

skip HDI08 processing, we do not need it

Diffstat:
Msource/nord/n2x/n2xLib/n2xmc.cpp | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/source/nord/n2x/n2xLib/n2xmc.cpp b/source/nord/n2x/n2xLib/n2xmc.cpp @@ -358,8 +358,8 @@ namespace n2x #endif const auto cycles = Mc68k::exec(); - m_hdi08A.exec(cycles); - m_hdi08B.exec(cycles); +// m_hdi08A.exec(cycles); +// m_hdi08B.exec(cycles); /* m_totalCycles += cycles;