Zorn
Member
i've downloaded frodo and now i want to play a c64 game. i have put the game into c64. as a d64 rom.
what should i write into the emu to start a game? :huh:
what should i write into the emu to start a game? :huh:
shouldnt it be load"*",8,1 ?the commands on a real c64 are load"*",8 then run
Thx... now i can run slightly magic on pcfirst 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