Project

General

Profile

« Previous | Next » 

Revision 1325

Added by markw almost 4 years ago

sidmax changes. Also silent pokey interference support

View differences:

makeflash_04
rm pokeymax.pofswap
TYPE=$1
rm ${TYPE}.pofswap
rm flash2.bin
rm core2.bin
rm version
./swapbits $1 pokeymax.pofswap
dd if=pokeymax.pofswap bs=1 skip=18600 count=16384 of=init2.bin
dd if=pokeymax.pofswap bs=1 skip=118952 count=202752 of=core2.bin
cat init2.bin core2.bin > $3
echo $2 > version
dd conv=notrunc if=version bs=1 count=8 of=$3
./swapbits $2 ${TYPE}.pofswap
dd if=${TYPE}.pofswap bs=1 skip=18600 count=16384 of=init2.bin
dd if=${TYPE}.pofswap bs=1 skip=118952 count=202752 of=core2.bin
cat init2.bin core2.bin > $4
echo $3 > version
dd conv=notrunc if=version bs=1 count=8 of=$4

Also available in: Unified diff