1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-26 10:29:31 +00:00
CLK/Processors/6502Esque
Thomas Harte 18e8d6ce06 Makes an effort to factor out the 6502's [lazy] flags.
This is preparatory to deciding which instructions, if any, are worth factoring out.
2020-10-05 22:23:33 -04:00
..
Implementation Makes an effort to factor out the 6502's [lazy] flags. 2020-10-05 22:23:33 -04:00
6502Esque.hpp Makes an effort to factor out the 6502's [lazy] flags. 2020-10-05 22:23:33 -04:00
6502Selector.hpp Makes an effort to factor out the 6502's [lazy] flags. 2020-10-05 22:23:33 -04:00
README.md Makes an effort to factor out the 6502's [lazy] flags. 2020-10-05 22:23:33 -04:00

6502Esque

This folder contains common code for CPUs for a 6502-esque bus interface; it also contains a special template, the 6502Selector, which allows a consumer to select between the 6502-esque chips by enum.