From fec099542f5e16c90fa0a6917b9a3db29461c0d7 Mon Sep 17 00:00:00 2001 From: Kyle Cardoza Date: Fri, 22 Mar 2024 23:02:45 -0400 Subject: [PATCH] Work on fleshing out sections --- CPU.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CPU.md b/CPU.md index 81a06a9..011ef4b 100644 --- a/CPU.md +++ b/CPU.md @@ -17,4 +17,4 @@ Sentinel 65X uses the WDC W65C265S CPU from Western Design Center as its main pr The address decoding logic provided by the CPU is supplemented in Sentinel 65X by an ATF22LV16 programmable logic device, which handles essential glue logic functions not provided by the CPU itself. -See the section on [memory management](Memory Management.md) for details on address decoding. +See the section on [memory management]("Memory Management.md") for details on address decoding.