Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
alexbevi
GitHub Repository: alexbevi/BizHawk
Path: blob/master/attic/MOS 6502/README.txt
2 views
1
This is the original 6502 cpu core. It was replaced by "MOS 6502X".
2
It's pretty decent. It does its job well.. it wasnt ever validated for the nitty gritty details:
3
1. spurious memory accesses
4
2. fine details of irq timing
5
3. others?
6
Moreover, this runs instructions one at a time instead of 6502X's one cycle at a time (several iterations for one cpu instruction)
7
Therefore, this core might be useful for something where the accuracy doesnt matter that much but more speed is warranted.
8