From 2efb40fa3d7db2764031f3c3b5461618f43c2135 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 13 Aug 2024 20:53:47 -0700 Subject: [PATCH] Requirements.md: fix image insertion syntax --- Requirements.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Requirements.md b/Requirements.md index 59cb8fd..0ca2830 100644 --- a/Requirements.md +++ b/Requirements.md @@ -19,7 +19,7 @@ the Commander X16. ![schematic diagram of a hypothetical 65X computer with GARY. The important parts of the schematic are described in text following the -image.][images/65x-gary-system-overview.png] +image.](images/65x-gary-system-overview.png) This is a general system overview. The 65C816 main processor connects to the board's main bus, with peripherals like system RAM and @@ -36,7 +36,7 @@ bus hooks to a bus interface, which writes data to video RAM and configures the other components. Video RAM feeds into two tile engines and a sprite engine, their output is merged by a compositor, and finally pixels are output by the palette DAC, which also reads palette -information from video RAM.][images/65x-gary-graphics.png] +information from video RAM.](images/65x-gary-graphics.png) ## Feature/wish list