From 421e82938ea870ca377efd2138644e20ae9c0f77 Mon Sep 17 00:00:00 2001 From: Gyorgy Szombathelyi Date: Tue, 5 Feb 2019 14:49:03 +0100 Subject: [PATCH] [C64] SID: 11 voices only (8 left + 3 right) --- cores/c64/rtl/fpga64_sid_iec.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cores/c64/rtl/fpga64_sid_iec.vhd b/cores/c64/rtl/fpga64_sid_iec.vhd index 89bae2d..645c0dc 100644 --- a/cores/c64/rtl/fpga64_sid_iec.vhd +++ b/cores/c64/rtl/fpga64_sid_iec.vhd @@ -590,7 +590,7 @@ div1m: process(clk32) -- this process devides 32 MHz to 1MHz (for the SID) sid_6581: entity work.sid_top generic map ( - g_num_voices => 16 + g_num_voices => 11 ) port map ( clock => clk32,