-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Not a Issue but a question. #2
Comments
Hello, TL;DR: The ESP 8266 was included in older versions of the code, as I had planned on adding support, however, I have removed it from the latest version to simplify the code. So, it is not needed for it to work. Hope that helps! |
just an idea what was in my head: what if you compile this code on the ESP32 and add 6502/CIA/VIA Emulation? |
That could be an interesting expansion to the project. It might even allow fast loaders. I do have a instruction-resolution 65816 emulator that could be dropped in as long as the software did not require any undocumented opcodes or cycle-specific timings. |
yeah, i found an C64 emulator for ESP32 maybe you can use some code from there, 6502 emulation atleast |
Hello i was looking at your code and I was wondering what is the ESP8266 for? Sorry a little lost to see that in the code.
Joseph
The text was updated successfully, but these errors were encountered: