Requirements.md: fix image insertion syntax
This commit is contained in:
parent
39e17f8e42
commit
2efb40fa3d
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue