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
It appears ao486 attempts to open floppy disk images with read/write privileges, even when read-only is selected in the OSD menu. This fails when MiSTer only has read-only access to the disk image.
Ideally, the RW/RO choice should be passed to the filesystem and/or fall back to RO when RW is not available.
Hi!
It appears ao486 attempts to open floppy disk images with read/write privileges, even when read-only is selected in the OSD menu. This fails when MiSTer only has read-only access to the disk image.
Ideally, the RW/RO choice should be passed to the filesystem and/or fall back to RO when RW is not available.
I think the specific line in question is here:
https://github.com/MiSTer-devel/Main_MiSTer/blob/master/support/x86/x86.cpp#L192
For reference, I am loading images off of a NAS via CIFS. Write permissions are disabled, where possible, in order to prevent accidental data loss.
Thanks!
The text was updated successfully, but these errors were encountered: