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
I've installed ESP32TinyC64 on my TTGO VGA, it works fine, but is it possible to load .d64 files into it, from the SD card reader? I don't find this mentioned in the doc...
The text was updated successfully, but these errors were encountered:
The project is realised for a basic ESP32, i.e. a TTGO VGA32 v1.2, which lacks PSRAM and SD module.
The C64 disk controller emulation is basic, as simple as the Toy C64 emulator it is based on. It is so basic that it wouldn't even make sense to include it, but still, it has been included in the project. Since the Toy C64 also lacks many options, worrying about whether you have .D64 support from SD is illogical, since 90% of the software will not work properly, even if you run it from FLASH.
Hello,
I've installed ESP32TinyC64 on my TTGO VGA, it works fine, but is it possible to load .d64 files into it, from the SD card reader? I don't find this mentioned in the doc...
The text was updated successfully, but these errors were encountered: