indigodarkwolf / box16

A fork of the official X16 emulator, converted to C++20 and with a bunch of features tweaked and added.
MIT License
41 stars 18 forks source link

Feature Request: Emulate SD card access on the host filesystem. #29

Closed indigodarkwolf closed 1 year ago

indigodarkwolf commented 3 years ago

Being able to mount and work with SD card images and the FAT32 filesystem is great and all, but requires additional backend work from developers to create SD card images for their projects. Certainly, I had a fun adventure getting a toolchain that worked to my own satisfaction, only to be sorely disappointed when the ROM/kernal didn't actually support the operations I wanted to experiment with anyways. But that was then, and looking forward, it would be nice to not have to build an SD card image in order to have SD card emulation.

So wish list item: Emulate the SD card as if it were created from the local filesystem.

indigodarkwolf commented 1 year ago

Probably deprecated by #83.