???how Can I Start A C64 Game?


I think you hit somthing like select pick the rom you want from the list then hit run.

the commands on a real c64 are load"*",8 then run
 
At the mo, I've been pressing 'start'

then chosing 'attach d64/t64/dir...'

then picking the file I want to run from the list

then choosing 'load first program'



I dont know if this is right, but its been working for me.
:)

So, once more, that's;

Start
Attach d64/t64/dir...
Choose ROM
Load First Program
 
first you load the list, to see, whats on the disk:

load "$",8
list

then you see the list of the programs of the d64 file (disk image)
then you load the program and execute (run) it:

load "program name" ,8,1
run

but that's for real c64ers, frodo dos it automatically through the menu :)
 
first you load the list, to see, whats on the disk:

load "$",8
list

then you see the list of the programs of the d64 file (disk image)
then you load the program and execute (run) it:

load "program name" ,8,1
run

but that's for real c64ers, frodo dos it automatically through the menu :)
Thx... now i can run slightly magic on pc :D
 
Last edited by a moderator:
first press "START" then select "ATTACH d64/t64/dir..." and select the ROM. After that select "LOAD d64/dir browser" . Press the "R-Button" and press the letter in front of the program ( on some Roms there are only numbers ) u want to load on the virtual keyboard. ( i have roms with more than 1 prog on it) if u have a ROM with only one prog. on it u can select "LOAD first program" too

I figured that out after some time :p
 
yeah use the "LOAD d64/dir browser" in the menu and ten press the corresponding letter with the virtual keyboard... "load first program" doesn't guarantee you the menu on multi-game discs :)
 
Back
Top