Skip to content
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

loading .D64 files? #4

Open
farvardin opened this issue Mar 26, 2024 · 1 comment
Open

loading .D64 files? #4

farvardin opened this issue Mar 26, 2024 · 1 comment

Comments

@farvardin
Copy link

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
Copy link
Owner

rpsubc8 commented Apr 14, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants