Project

General

Profile

« Previous | Next » 

Revision 1557

Added by markw about 21 hours ago

Forgot to commit a few files

View differences:

atari_chips/pokeyv2/build.sh
"enable_flash" => 1,
"enable_spdif" => 1,
"enable_ps2" => 1,
"enable_routing" => 1,
"flash_addr_bits" => 17,
"sample_ram_size" => 65536,
"pll_v2" => 0,
......
"enable_flash" => 1,
"enable_spdif" => 1,
"enable_ps2" => 1,
"enable_routing" => 1,
"flash_addr_bits" => 17,
#"sample_ram_size" => 65536, Not enough room with FIR
"sid_wave_base" => 79872, #"to_integer(unsigned(x\"13800\"))",
......
"enable_flash" => 1,
"enable_spdif" => 1,
"enable_ps2" => 1,
"enable_routing" => 1,
"flash_addr_bits" => 17,
"sample_ram_size" => 65536,
"sid_wave_base" => 79872, #"to_integer(unsigned(x\"13800\"))",
......
"enable_flash" => 1,
"enable_spdif" => 1,
"enable_ps2" => 1,
"enable_routing" => 1,
"flash_addr_bits" => 17,
"sample_ram_size" => 65536,
"sid_wave_base" => 79872, #"to_integer(unsigned(x\"13800\"))",
atari_chips/pokeyv2/pokeymax.vhd
SID_AUDIO_IN_SIGNED(1) <= MIXER_SIGNED_REG(1);
end generate routing_on;
routing_off : if enable_routing=1 generate
routing_off : if enable_routing=0 generate
mixer_mute <= '0';
SAMPLE_AUDIO_IN_SIGNED(0) <= to_signed(0,16);
SAMPLE_AUDIO_IN_SIGNED(1) <= to_signed(0,16);
SID_AUDIO_IN_SIGNED(0) <= to_signed(0,16);

Also available in: Unified diff