From 01ef87db8febd69b072f7910a21725df7aab7cec Mon Sep 17 00:00:00 2001 From: UzixLS Date: Thu, 17 Jun 2021 21:57:53 +0300 Subject: [PATCH] fpga: fix missing magic sounds --- fpga/rtl/top.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fpga/rtl/top.sv b/fpga/rtl/top.sv index 8570774..057f5c2 100755 --- a/fpga/rtl/top.sv +++ b/fpga/rtl/top.sv @@ -350,7 +350,7 @@ mixer mixer0( .rst_n(rst_n), .clk28(clk28), - .beeper(beeper), + .beeper(beeper ^ magic_beeper), .tape_out(tape_out), .tape_in(sd_miso_tape_in), .ay_a0(ay_a0),