mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-21 21:33:54 +00:00
Slightly improve exposition.
This commit is contained in:
parent
18e8d6ce06
commit
7be983ec00
@ -1,3 +1,5 @@
|
|||||||
# 6502Esque
|
# 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.
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user