How do I start a Commodore 64 game?
How do I start a Commodore 64 game?
After loading type RUN .............
I meant how do I load, I tried typing in "LOAD" and it says "PRESS PLAY ON TAPE" and I dont even have a tape.
LOAD"*",8,1
This will load the first program on the disk.
Then i suppose you have a disk drive?
LOAD"$",8 <------------- loads the directory of the disk
LOAD"PROGRAMMNAME",8,1 <------ loads the programm PROGRAMMNAME
I guess taking a look into the manual would be a good idea![]()
The LOAD"$",8 should be followed by LIST.
The Load "*",8,1 worked!
Thanks for your help
Just so you understand what LOAD "*",8,1 means, it basically loads the first program that is on the disk. Usually this will be the program you want, but sometimes (like if a disk has more than one game on it) it may not.
See this thread for more information:
http://www.rarityguide.com/forums/cl...oad-8-1-a.html
I see, thanks
Or if its a cartridge you just insert it before turning on the C64![]()