ref: 3d91225b38e4e1a87b60e065c2f02c16ea0a8c1e dir: /utils/jvc2pal/
#!/bin/rc awk ' NR==3{ print "pal 256" } NR>3{ x = $1*65536 + $2*256 + $3 printf "0x%06x\n", x }' $*