Hello.
So I tried to format a D64 disk but i cannot get it to work.
OPEN 15,8,15,"N0:DISK,01":CLOSE 15
I write this but after a little while the lamp just start flashing on the mister.
Any idea what I am doing wrong?
Format a D64?
-
- Posts: 75
- Joined: Fri Apr 02, 2021 9:11 pm
- Has thanked: 3 times
- Been thanked: 15 times
Re: Format a D64?
Happened to me in a real c64: just wait for the format to end
and after that send the "close 15" command
Be sure to download a correct blank .d64 file -> https://www.commodoreserver.com/PublicD ... apshotID=1
first:
OPEN 15,8,15,"N0:DISK,01" <-can't remember if it is "N:" or "N0:" try both
then
CLOSE 15
and after that send the "close 15" command
Be sure to download a correct blank .d64 file -> https://www.commodoreserver.com/PublicD ... apshotID=1
first:
OPEN 15,8,15,"N0:DISK,01" <-can't remember if it is "N:" or "N0:" try both
then
CLOSE 15
Re: Format a D64?
No it didnt work.
I tried to look what is on a disk with the load "$",8,1 command. Then i just get some gibberish at the top of the screen. Then when I type List it does not show anything.
I tried to look what is on a disk with the load "$",8,1 command. Then i just get some gibberish at the top of the screen. Then when I type List it does not show anything.
-
- Posts: 75
- Joined: Fri Apr 02, 2021 9:11 pm
- Has thanked: 3 times
- Been thanked: 15 times
Re: Format a D64?
For disk directory you don't use ,8,1
you have to use this command:
LOAD "$",8
LIST
you have to use this command:
LOAD "$",8
LIST
-
- Posts: 75
- Joined: Fri Apr 02, 2021 9:11 pm
- Has thanked: 3 times
- Been thanked: 15 times