Okay I got it guys.
Problem is there are OCR errors. It seems our tools cannot handle some of them correctly. I tried bas2tap and generated a cloadable tap file, but the BASIC was corrupt because the line numbering was out of order. Due to OCR errors, that is. For instance:
Code: Select all
2010 whatever
2820 whatever
2030 whatever
That upsets the tool and the final BASIC program is wrong.
The syntax is bas2tap -b2t0 Blackjack.txt blackjack.tap
I corrected most of them, and also some other typos I found, and now the program can be CLOADED and run. I attach it here:
Just tried it again and there is yet another error in 2800:
Code: Select all
FORK=0TO3:F0RI=1T04:F0RJ=1T013:...
with zeros instead of Os in the second and third FOR instructions.
I guess a lot of bug hunting should be done yet, but that is a start
