diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-01-02 16:04:35 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-01-02 16:21:06 +0200 |
| commit | f25f7b38e69042f312a1e488553cbde18a52e8ab (patch) | |
| tree | edf33589412012705ac7e63a50c3c18e8eab5247 /content/projects/ATK16.md | |
| parent | 589692a188c35323cea06a4a4572f182aa488976 (diff) | |
Fix links
Diffstat (limited to 'content/projects/ATK16.md')
| -rw-r--r-- | content/projects/ATK16.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/projects/ATK16.md b/content/projects/ATK16.md index 7f15176..204220d 100644 --- a/content/projects/ATK16.md +++ b/content/projects/ATK16.md @@ -54,7 +54,7 @@ extra: - a software emulator for running the built software on your development machine - a register transfer logic (RTL) model designed in [Digital](https://github.com/hneemann/Digital) capable of running the built software -{{ fig(src="../files/atk16-block-diagram.svg", alt="ATK16 block diagram") }} +{{ fig(src="/files/atk16-block-diagram.svg", alt="ATK16 block diagram") }} The idea for the project hatched from my admiration for [Ben Eater](https://eater.net/) and his DIY CPU and video card projects. I was enamoured by the elegance of his systems and simply wanted to do something similar. I had none of the required knowledge for this kind of low-level CPU design work, but I had studied digital electronics for a bit in university. @@ -291,7 +291,7 @@ On startup, the _graphics mode_ memory register is set to disabled (0). To activ The TPU is a graphics processor that produces a 40 x 30 character VGA output signal. -{{ fig(src="../files/atk16-text-mode.png", alt="A screenshot of a text mode program displaying a work-in-progress hardware monitor") }} +{{ fig(src="/files/atk16-text-mode.png", alt="A screenshot of a text mode program displaying a work-in-progress hardware monitor") }} The TPU has 3 major components: - The character memory (ROM) |
