Revision 145
Added by markw about 11 years ago
build.sh | ||
---|---|---|
`cp *pll*.* $dir`;
|
||
`cp *.vhdl $dir`;
|
||
`cp chameleon_*.* $dir`;
|
||
`cp gen_*.* $dir`;
|
||
`cp zpu_rom.vhdl $dir`;
|
||
`cp atari800core.sdc $dir`;
|
||
`mkdir $dir/common`;
|
Added normal reset button behaviour. Debounce for now is just enable at 10hz! Applied that to scanlines button.