CLK/Processors/6502Esque
Thomas Harte a3d37640aa Switch include guards to `#pragma once`. 2024-01-16 23:34:46 -05:00
..
Implementation Switch include guards to `#pragma once`. 2024-01-16 23:34:46 -05:00
6502Esque.hpp Switch include guards to `#pragma once`. 2024-01-16 23:34:46 -05:00
6502Selector.hpp Switch include guards to `#pragma once`. 2024-01-16 23:34:46 -05:00
README.md Slightly improve exposition. 2020-10-05 22:25:20 -04:00

README.md

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.