1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-25 18:30:07 +00:00
CLK/Processors/6502Esque
2022-07-12 10:49:53 -04:00
..
Implementation Flip internal presumption on the BRK flag. 2022-06-23 11:23:00 -04:00
6502Esque.hpp Fully banish flush from the processors. 2022-07-12 10:49:53 -04:00
6502Selector.hpp Add an automatic bus size selector. 2022-06-25 16:28:06 -04:00
README.md Slightly improve exposition. 2020-10-05 22:25:20 -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.

If you know exactly which processor you want, feel free to ignore this folder entirely; just go straight to the 6502, 65816 or whatever.