Project

General

Profile

« Previous | Next » 

Revision 1501

Added by markw 1 day ago

Turn audio detect back on for v4.5 - silence is golden! Turn on sio data volume too. ADC at 1x is fine though (tested with 150V pk-pk from, iphone into SIO port). Correction of hex data.

View differences:

atari_chips/pokeyv2/build.sh
"enable_iox"=>0,
"enable_adc"=>1,
"adc_volume"=>1,
"sio_data_volume"=>0,
"adc_audio_detect"=>1,
"sio_data_volume"=>2,
"pll_v2" => 0,
"optimisearea" => 1,
},
......
"enable_iox"=>0,
"enable_adc"=>1,
"adc_volume"=>1,
"sio_data_volume"=>0,
"adc_audio_detect"=>1,
"sio_data_volume"=>2,
"pll_v2" => 0,
"optimisearea" => 1,
},
......
"enable_iox"=>0,
"enable_adc"=>0,
"adc_volume"=>1,
"sio_data_volume"=>0,
"adc_audio_detect"=>1,
"sio_data_volume"=>2,
"pll_v2" => 0,
"optimisearea" => 1,
},
......
"enable_iox"=>0,
"enable_adc"=>1,
"adc_volume"=>1,
"sio_data_volume"=>0,
"adc_audio_detect"=>1,
"sio_data_volume"=>2,
"pll_v2" => 0,
"optimisearea" => 1,
},
......
"enable_iox"=>0,
"enable_adc"=>1,
"adc_volume"=>1,
"sio_data_volume"=>0,
"adc_audio_detect"=>1,
"sio_data_volume"=>2,
"pll_v2" => 0,
"optimisearea" => 1,
},
......
`./init adc_volume=$adc_volume sio_data_volume=$sio_data_volume`;
`rm -f init*.hex`;
`./makehexfiles`;
`rm -f init*.bin`;
`rm -rf $dir`;
mkdir $dir;
......
`cp -r fir_sample_buffer* $dir`;
`cp -r fir_buffer* $dir`;
`cp -r audio_sig* $dir`;
`mv *.hex $dir`;
chdir $dir;

Also available in: Unified diff