1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-29 00:29:34 +00:00
CLK/Processors/6502Esque
2020-11-03 20:17:09 -05:00
..
Implementation Corrects BIT. All 65816-applicable Wolfgang Lorenz tests now pass. 2020-10-10 17:47:33 -04:00
6502Esque.hpp Reshuffles enum to make macro tests marginally easier. 2020-11-03 20:17:09 -05:00
6502Selector.hpp Wraps all registers into a struct, so that I can implement abort. 2020-10-15 18:42:38 -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.