mirror of
https://github.com/mist-devel/mist-board.git
synced 2026-02-06 08:04:41 +00:00
[C64] SID: 11 voices only (8 left + 3 right)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user