I remember writing basic programs a long time ago on the atari - and periodically ending up with a corrupt .bas file - such as:
LOAD "D:MYPROG.BAS"
READY
READY
(The dreaded 'double-ready')
Anyway, I am trying to play the old (real old) basic atari game 'Kingdom' (where you are the king and you have to feed your people and stuff) and am getting the dreaded 'double-ready' error!
Anyway, I did some poking around with a hex editor to try and fix it - but that is pretty futile. Anyone know how to fix the problem - or - where I can find the file format for atari basic files?