From f26d1f2a41edd5a2bc79223f863e99a07d896d84 Mon Sep 17 00:00:00 2001 From: Alex Janka Date: Thu, 9 Mar 2023 10:56:38 +1100 Subject: [PATCH] why???? why did i do this???????? --- lib/src/processor/memory/mmio/apu/channels.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/processor/memory/mmio/apu/channels.rs b/lib/src/processor/memory/mmio/apu/channels.rs index 39b0ef5..2bb2a45 100644 --- a/lib/src/processor/memory/mmio/apu/channels.rs +++ b/lib/src/processor/memory/mmio/apu/channels.rs @@ -550,7 +550,7 @@ impl NoiseChannel { } fn trigger(&mut self) { - // self.enabled = true; + self.enabled = true; self.envelope = self.queued_envelope; self.lfsr.register = 0; if self.length_timer >= 64 {