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 f9450e077d3ee2c4f359d7d4051733369278b632
parent 0af0236eb7921a4d6f46b4fb11faa6801af81165
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Sun, 21 Jul 2024 02:43:50 +0200

skip writing to port f

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

diff --git a/source/nord/n2x/n2xLib/n2xmc.cpp b/source/nord/n2x/n2xLib/n2xmc.cpp @@ -34,7 +34,8 @@ namespace n2x setPC(g_pcInitial); - getPortF().writeRX(0xff); + // keyboard irqs, nothing to worry about it seems +// getPortF().writeRX(0xff); getPortGP().setWriteTXCallback([this](const mc68k::Port& _port) {