i'm now trying to convert .rom files into .cas using a bash script
http://pastebin.com/raw/ceRtUist
this script, for now, only converts 32kb rom files (it’s just a bunch of dd, echo xxd and printf)
the ansi-basic part seems to run fine, and seems to load both 16k splits, but it’s not running the loaded files in the end - and the .cas file seems to look fine when opened in a hex editor
what i might be doing wrong there?
Login or register to post comments