You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using HEADER"TEST" on a mounted D64 image, the title of the directory is empty after executing the command. This does not happen with mounted D81 images.
Reproduce:
make D64 image (I used c1541 -format "test,t1" d64 test64.d64) and copy to SD
MOUNT the image
check DIR for title TEST
HEADER"TEST"
check DIR again, title is empty
If you remount the image after that, the first 16 files will also show up again. For that I saved 200 files to the D64 image (suing MEGA65), then issued the fast HEADER (no I), then DIR (all shows empty), then MOUNT the image again. After that a DIR will show the first 16 files again (but the title stays empty).
The text was updated successfully, but these errors were encountered:
Core: latest dev
ROM: 920407
When using
HEADER"TEST"
on a mounted D64 image, the title of the directory is empty after executing the command. This does not happen with mounted D81 images.Reproduce:
c1541 -format "test,t1" d64 test64.d64
) and copy to SDHEADER"TEST"
If you remount the image after that, the first 16 files will also show up again. For that I saved 200 files to the D64 image (suing MEGA65), then issued the fast HEADER (no I), then DIR (all shows empty), then MOUNT the image again. After that a DIR will show the first 16 files again (but the title stays empty).
The text was updated successfully, but these errors were encountered: