Amjad50 / plastic

NES emulator in rust with egui and TUI
MIT License
299 stars 12 forks source link

Improve emulation accuracy #22

Open Amjad50 opened 23 hours ago

Amjad50 commented 23 hours ago

Currently, the emulation is done like this:

There are some tests to cover accurate emulation.

I have already done that in mizu, it has much more accurate emulation than this and the methods there could be applied here.