Really, cool and has a detailed environment. I couldn't figure out how to start a program, so technically, I've still not used the Commodor 64 computer. My first computer was the Tandy 1000, if that helps.


Was this review helpful?
1 person found this review helpful
Comments (2)
Sort By:
Top
New
Hot
send
+1
SmokinDeist
3 years ago

Oops, I messed up my original reply...

This is a reference to the C64 load command: https://www.c64-wiki.com/wiki/LOAD

Basically, if you wand to see the directory of a disk, you type: LOAD "$",8 followed by hitting the RETURN key. After the directory loads the LIST command will list the directory.

If you want to load a BASIC program, you use LOAD"filename",8 and hit RETURN. When it loads up type RUN and hit RETURN.

If you want to load a machine language program, it's LOAD "filename",8,1 and hit RETURN. These usually don't require a RUN command to start up.

If the program you want to load is the first in the disk directory, you can types LOAD "",8 or LOAD "",8,1.

The 8 is the device number of the floppy drive and those usually run from device numbers 8-11--especially if you have multiple drives.

3 years ago
+1
OPEN PC Reviews
3 years ago

Check out the video on this page and also the in-game instructions. Just click on a floppy to pick it up then click on the drive to load it. Then press F1 then ENTER to fastload the disk.

3 years ago
4.6/5.0
37 Ratings
download
35.8k
Clicks
user
82.3k
Views