This is a minor, but I frequently forget to add the '.D64' extension when mounting disk images.
For example, I'll type LOAD "$:FOO",8 instead of LOAD "$:FOO.D64",8.
Rather than return a ?FILE NOT FOUND ERROR, the PETDisk-Max acts as if the mount succeeded but shows an empty directory.
LOAD "$:FOO",8 <-- Ooops. I meant 'FOO.D64'
SEARCHING FOR $:FOO
LOADING
READY.
LIST
0 "PETDISK MAX V1.0" <-- Appears to mount an empty disk/directory
1 BUILD 41090BA
65535 BLOCKS FREE.
Once in this state, "$:.." does not appear to unmount the directory.
LOAD "$:..",8 <-- Attempt to unmount
SEARCHING FOR $:FOO
LOADING
READY.
LIST
0 "PETDISK MAX V1.0" <-- Unmount failed
1 BUILD 41090BA
65535 BLOCKS FREE.
The only way I've found to recover is to power cycle.
PS - Great project, BTW!
This is a minor, but I frequently forget to add the '.D64' extension when mounting disk images.
For example, I'll type
LOAD "$:FOO",8instead ofLOAD "$:FOO.D64",8.Rather than return a
?FILE NOT FOUND ERROR, the PETDisk-Max acts as if the mount succeeded but shows an empty directory.Once in this state, "$:.." does not appear to unmount the directory.
The only way I've found to recover is to power cycle.
PS - Great project, BTW!