Skip to content

Commit 78d294a

Browse files
authored
Fix broken anchors to Pan Docs (#26)
1 parent 086d23c commit 78d294a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/part1/toolchain.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ It's a special area of the ROM that contains [metadata about the ROM](https://gb
2626
For simplicity, we defaulted a lot of these values to 0 for the time being; we'll come back to them in Part Ⅱ.
2727

2828
However, the header contains three crucial fields:
29-
- The [Nintendo logo](https://gbdev.io/pandocs/The_Cartridge_Header.html#0104-0133---nintendo-logo),
30-
- the [ROM's size](https://gbdev.io/pandocs/The_Cartridge_Header.html#0148---rom-size),
31-
- and [two checksums](https://gbdev.io/pandocs/The_Cartridge_Header.html#014d---header-checksum).
29+
- The [Nintendo logo](https://gbdev.io/pandocs/The_Cartridge_Header.html#0104-0133--nintendo-logo),
30+
- the [ROM's size](https://gbdev.io/pandocs/The_Cartridge_Header.html#0148--rom-size),
31+
- and [two checksums](https://gbdev.io/pandocs/The_Cartridge_Header.html#014d--header-checksum).
3232

3333
When the console first starts up, it runs [a little program](https://github.com/ISSOtm/gb-bootroms) known as the *boot ROM*, which reads and draws the logo from the cartridge, and displays the little boot animation.
3434
When the animation is finished, the console checks if the logo matches a copy that it stores internally; if there is a mismatch, **it locks up!**

0 commit comments

Comments
 (0)