-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vic 20 - saving a file from basic usually does not work #242
Comments
You need to "flush" the disk. BMC64 does not automatically write back the content. |
hi! WHOA! this sounds important but i have no idea what it means! can you expand? thank you! |
BMC64 minimizes writes to the SD card so you basically can just turn off the power without corrupting the file system. Unfortunately that means that all changes to a d64 are only in RAM, not on the disk, unless you either eject the disk (then it gets written back) or find the "flush" function that got implemented around the 3.6 version which basically ejects and re-inserts the disc. Powering off without ejecting means that all contents is lost. |
oh wow! good to know! thank you very much. ok so in order to "eject the disk" do i just "detach"? and then "attach" again to keep working? so basically just save a file and then "detach" to make it stick? |
There should be a "flush disk" function in the menus that also can be applied to a key combination. In my setup Ctrl-F7 flushes the disk, but this is a manually set key combination. |
oh great. i'll look for that. i tried finding a function in the menus but couldn't see anything but maybe it's reserved for a key bind. thank you very much for the all the info. |
Detach will work. |
so i start my procedure by creating a blank .d64 disk in bmc64 and attach that to drive 8.
there's no way for me to attempt any programming in the vic20 because saving my work is so unreliable.
otherwise, really really fantastic. thanks much!
The text was updated successfully, but these errors were encountered: