Revision 1413
Added by markw 11 months ago
atari_chips/pokeyv2/build.sh | ||
---|---|---|
|
||
my $sid = $variants{$variant}->{"enable_sid"};
|
||
if (not defined $sid) {$sid = "0"};
|
||
if ($variant =~ /sidmax/) {$sid = "1"};
|
||
|
||
my $dir = "build_$variant";
|
||
`rm -rf $dir`;
|
Also available in: Unified diff
Sidmax was silent since the pof generation was using a non-existent .cof since it did not detect it as a sid version!