From 7be983ec00c344eb572cd273cf09d84ebd7deb61 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Mon, 5 Oct 2020 22:25:20 -0400 Subject: [PATCH] Slightly improve exposition. --- Processors/6502Esque/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Processors/6502Esque/README.md b/Processors/6502Esque/README.md index e2e0ddee4..dfb38ccb4 100644 --- a/Processors/6502Esque/README.md +++ b/Processors/6502Esque/README.md @@ -1,3 +1,5 @@ # 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.