Project

General

Profile

« Previous | Next » 

Revision 1339

Added by markw almost 4 years ago

Allow different settings for with and without sid (for post divide!)

View differences:

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