Skip to content

Commit be82067

Browse files
committed
Rework PPU modes diagram to sync with theme
1 parent 1f23229 commit be82067

File tree

5 files changed

+156
-4
lines changed

5 files changed

+156
-4
lines changed

book.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ use-default-preprocessors = false
1414
[preprocessor.pandocs]
1515
command = "cargo run -p pandocs-preproc --locked --release --"
1616

17+
# `{{#include }}` etc. resolution
18+
[preprocessor.links]
19+
1720
# Custom back-end for our custom markup
1821
[output.pandocs]
1922
command = "cargo run -p pandocs-renderer --locked --release --"

src/imgs/game-boy-lcd-refresh-diagram-2.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.
-116 KB
Binary file not shown.

src/imgs/ppu_modes_timing.svg

Lines changed: 152 additions & 0 deletions
Loading

src/pixel_fifo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ shortened to make up for the additional time in mode 3, as shown in the followin
99

1010
:::
1111

12-
![](imgs/game-boy-lcd-refresh-diagram-2.svg "imgs/game-boy-lcd-refresh-diagram-2.svg")
12+
{{#include imgs/ppu_modes_timing.svg:2:}}
1313

1414
## Introduction
1515

0 commit comments

Comments
 (0)