Project

General

Profile

« Previous | Next » 

Revision 1424

Added by markw 12 months ago

Make flash from the svf rather than the pof

View differences:

atari_chips/pokeyv2/makeflash_04
TYPE=$1
rm ${TYPE}.pofswap
rm flash2.bin
rm core2.bin
rm version
./swapbits $2 ${TYPE}.pofswap
dd if=${TYPE}.pofswap bs=1 skip=18597 count=16384 of=init2.bin
dd if=${TYPE}.pofswap bs=1 skip=118949 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
atari_chips/pokeyv2/makeflash_08
TYPE=$1
rm ${TYPE}.pofswap
rm flash2.bin
rm core2.bin
rm version
./swapbits $2 ${TYPE}.pofswap
dd if=${TYPE}.pofswap bs=1 skip=2213 count=32768 of=init2.bin
dd if=${TYPE}.pofswap bs=1 skip=118949 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
atari_chips/pokeyv2/makeflash_16
#TODO: Probably wrong!
TYPE=$1
rm ${TYPE}.pofswap
rm flash2.bin
rm core2.bin
rm version
./swapbits $2 ${TYPE}.pofswap
dd if=${TYPE}.pofswap bs=1 skip=4261 count=32768 of=init2.bin
dd if=${TYPE}.pofswap bs=1 skip=192677 count=385024 of=core2.bin
cat init2.bin core2.bin > $4
echo $3 > version
dd conv=notrunc if=version bs=1 count=8 of=$4
atari_chips/pokeyv2/makeflash
TYPE=$1
rm version
cat UFMboth_post.bin CFMboth_post.bin > $3
echo $2 > version
dd conv=notrunc if=version bs=1 count=8 of=$3

Also available in: Unified diff