indigodarkwolf/box16

Feature request: Support for compressed (zipped) sdcard image files

indigodarkwolf opened this issue · 4 comments

It would be useful if Box16 supported the ability to open and work with sdcard image files that were compressed.

irmen commented

I don't know but wouldn't this potentially make #83 a lot harder to implement?

If an SD card image is "attached" in the emulator, it wouldn't/shouldn't use the hostfs CBM-DOS hooks. I think that's a bug in Box16 right now, actually -- it seems it's always using hostfs now, ignoring the SD card image entirely, and I don't know if anyone else has noticed yet. Whoops.

irmen commented

Oh but I was confused myself here as well, to be honest!! I admit mixing up sdcard/hostfs too!

Implemented with #86.