Posted By
Luca on 2009-09-11 10:17:32
| Re: MUSIC ON TED (for programmists)
Errr...really? :o Aaah, maybe I've understood: the SPACES!! :) Commodore machines store the disk file with 16 chars names, look at the real names'length! Once the .D64 has been attached: let's say you wanna load the file named "lodplay old"; so, DLOAD"LODPLAY OLD " (5 spaces after 'OLD', alternatively: DLOAD"LODPLAY O*", for example); once loaded, RUN it. Eeeeh, directory style's needings :)
|