TheEngineerGuy404 / NESBox

A Open-Source, easy-to-read, lightning-fast NES emulator for all platforms.
MIT License
1 stars 0 forks source link

Register Optimization #2

Open TheEngineerGuy404 opened 1 year ago

TheEngineerGuy404 commented 1 year ago

Currently, the 6502 registers are stored inside of RAM. I think we should make them use the CPU cache for faster and more stable emulation

D-u-c-k-s-e-l commented 1 year ago

This is a good idea.