rpsubc8 / ESP32TinyC64

C64 Emulator in ESP32
Do What The F*ck You Want To Public License
34 stars 1 forks source link

loading .D64 files? #4

Open farvardin opened 6 months ago

farvardin commented 6 months ago

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...

rpsubc8 commented 5 months ago

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.

If you take a closer look at the Toy C64, you will understand what I am talking about: https://github.com/zhmu/toy-c64emu