Revision 1339
Added by markw almost 4 years ago
makehexfiles | ||
---|---|---|
rm -f init.bin
|
||
gcc -Wall init.c -lm -o init && ./init
|
||
./makehex ./init.bin init.hex "0x000000"
|
||
./makehex ./init_0.bin init_0.hex "0x000000"
|
||
./makehex ./init_1.bin init_1.hex "0x000000"
|
||
|
||
rm -f sidwavedata.bin
|
||
gcc -Wall sidwavedata.c -lm -o sidwavedata && ./sidwavedata
|
Also available in: Unified diff
Allow different settings for with and without sid (for post divide!)