jhuscott / virtualc64

Automatically exported from code.google.com/p/virtualc64
0 stars 0 forks source link

Press play on tape? #66

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Load a d64 file
2. Enter load
3. It says Press play on tape.

What is the expected output? What do you see instead?
I have no play key, and I can't find any other that seems to do the trick. What 
am I missing?

What version of the product are you using? On what operating system?
b8 - 10.5.6

And the app looks great! I'm looking forward to being able to play my old games.

Original issue reported on code.google.com by otto.br...@gmail.com on 21 Jul 2009 at 12:13

GoogleCodeExporter commented 9 years ago
'Load' loads a file from the datasette, not the disk drive. Try the following:

To load the directory:

Load "$",8
list

To load the first file:

load "*",8
run

or 

load "*",8,1
run

Original comment by dirk.hof...@gmail.com on 21 Jul 2009 at 4:07