Posted By
Csabo on 2014-02-25 09:36:40
| Re: Football Manager & other .TAP only Games
Thanks for the testing, I put it up so now it's downloadable for all. Maybe this will turn into a there's no 16K support, I mean D64 support thread
Yes, writing to that SEQ file should be very simple. If you want to do it from BASIC, it would be something like this: 0 OPEN 3,1,0,"FMX,SEQ,WRITE" 1 PRINT#3,"TEAM NAME 1" 2 ... 32 PRINT #3,"TEAM NAME 32" 33 CLOSE #3
Or perhaps you could edit it with a hex editor on a PC.
|