BizHawk/attic/MOS 6502
J.D. Purcell fec63fb66a Spaces -> tabs, fix mixed newlines. 2019-11-03 20:58:36 -05:00
..
Disassembler.cs finish the attic, move some old junk up there. i think i threw out my back. 2012-10-29 07:56:30 +00:00
Execute.cs Whitespace only (indentation fixes/cleanup). 2017-04-19 20:34:30 -04:00
MOS6502.cs Spaces -> tabs, fix mixed newlines. 2019-11-03 20:58:36 -05:00
README.txt finish the attic, move some old junk up there. i think i threw out my back. 2012-10-29 07:56:30 +00:00

README.txt

This is the original 6502 cpu core. It was replaced by "MOS 6502X".
It's pretty decent. It does its job well.. it wasnt ever validated for the nitty gritty details:
 1. spurious memory accesses
 2. fine details of irq timing
 3. others?
Moreover, this runs instructions one at a time instead of 6502X's one cycle at a time (several iterations for one cpu instruction)
Therefore, this core might be useful for something where the accuracy doesnt matter that much but more speed is warranted.