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

frequency #2

Open
jumongman opened this issue Jan 4, 2023 · 2 comments
Open

frequency #2

jumongman opened this issue Jan 4, 2023 · 2 comments

Comments

@jumongman
Copy link

Hello
Why(NES Games) it works in low frequency on the main console 6502 on 3 MHz
But Why should the frequency be high for the simulator? by Atmega and ESP32 ?
thanks

@CornN64
Copy link
Owner

CornN64 commented Jan 5, 2023

Hi,
Because the ESP32 emulating the CPU (and the console in general) and has to run many instructions for each 6502 instruction.
The ESP32 has also to emulate the video chip and sound which require even more CPU cycles.

@jumongman
Copy link
Author

Thank you for replying
For example, is it possible to consider a microcontroller for ppu simulation?
That is, to simulate the console with two atmega64 microcontrollers?

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