From 77ae5c5178da716aa587fd7a4bf6511a874e7d4b Mon Sep 17 00:00:00 2001 From: Kyle Cardoza Date: Fri, 22 Mar 2024 23:03:09 -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 011ef4b..6be147b 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%20Management.md) for details on address decoding.