From a0e0d47288ed646aa8577fe5a5105f1dc8011409 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Thu, 1 May 2025 15:52:38 -0500 Subject: [PATCH] Namco 163: fix note release --- src/engine/platform/n163.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/engine/platform/n163.cpp b/src/engine/platform/n163.cpp index 4ac1c2289..0cafed68e 100644 --- a/src/engine/platform/n163.cpp +++ b/src/engine/platform/n163.cpp @@ -348,9 +348,6 @@ int DivPlatformN163::dispatch(DivCommand c) { chan[c.chan].macroInit(NULL); break; case DIV_CMD_NOTE_OFF_ENV: - chan[c.chan].active=false; - chan[c.chan].keyOff=true; - chan[c.chan].keyOn=false; chan[c.chan].std.release(); break; case DIV_CMD_ENV_RELEASE: