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