Skip to content

Commit ba25f17

Browse files
authored
Begin restructuring (#25)
* Restructure ToC and add placeholders for future pages * Add missing section placeholders
1 parent 34c1270 commit ba25f17

File tree

1 file changed

+83
-16
lines changed

1 file changed

+83
-16
lines changed

content/SUMMARY.md

Lines changed: 83 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,89 @@
11
# GBA Doc
22

33
* [Intro](intro.md)
4-
* [CPU](cpu.md)
5-
* [Memory](memory.md)
6-
* [Graphics Hardware Overview](graphics.md)
7-
* [Backgrounds](backgrounds.md)
8-
* [OAM (Sprites)](sprites.md)
9-
* [Windowing](windowing.md)
10-
* [Hardware Interrupts](interrupts.md)
11-
* [BIOS (Software Interrupts)](bios.md)
12-
* [Memory-Mapped Hardware Registers](registers.md)
13-
* [Audio](audio/introduction.md)
4+
* [System Overview]()
5+
* [Memory Layout](memory.md)
6+
* [Built-in Peripherals]()
7+
* [IO Register Summary](registers.md)
8+
* [Graphics](graphics.md)
9+
* [Backgrounds](backgrounds.md)
10+
* [OAM (Sprites)](sprites.md)
11+
* [Windowing](windowing.md)
12+
* [Mosaic]()
13+
* [Blending]()
14+
* [Stereoscopy]()
15+
* [Audio](audio/introduction.md)
1416
* [Direct Sound](audio/directsound.md)
15-
* [Sound Channel 1](audio/sound1.md)
16-
* [Sound Channel 2](audio/sound2.md)
17-
* [Sound Channel 3](audio/sound3.md)
18-
* [Sound Channel 4](audio/sound4.md)
17+
* [DMG Sound]()
18+
* [Sound Channel 1](audio/sound1.md)
19+
* [Sound Channel 2](audio/sound2.md)
20+
* [Sound Channel 3](audio/sound3.md)
21+
* [Sound Channel 4](audio/sound4.md)
1922
* [Sound Registers](audio/registers.md)
20-
* [Fixed-Point Math for Newbies](fixed-point-math.md)
21-
* [Bootleg Carts](bootleg-carts/introduction.md)
23+
* [DMA]()
24+
* [Timers]()
25+
* [External IO]()
26+
* [Keypad Buttons]()
27+
* [Serial Port]()
28+
* [Normal / SPI]()
29+
* [Multiplay]()
30+
* [JOYBUS]()
31+
* [UART]()
32+
* [GPIO]()
33+
* [Interrupt Controller]()
34+
* [System Control]()
35+
* [Cartridge Slot]()
36+
* [Power-Saving Features]()
37+
* [Test Mode]()
38+
* [Game Boy Color mode]()
39+
* [Programmers' Reference]()
40+
* [CPU](cpu.md)
41+
* [BIOS]()
42+
* [Built-in Functions (SWIs)](bios.md)
43+
* [System Functions]()
44+
* [Math Functions]()
45+
* [Memory Functions]()
46+
* [Decompression Functions]()
47+
* [Sound Functions]()
48+
* [MusicPlayer Functions]()
49+
* [Multiboot Function]()
50+
* [BIOS Memory]()
51+
* [Startup Sequence]()
52+
* [Multiboot]()
53+
* [MusicPlayer]()
54+
* [Interrupt Handling](interrupts.md)
55+
* [Cartridges]()
56+
* [Cartridge Header]()
57+
* [Save Types]()
58+
* [SRAM]()
59+
* [EEPROM]()
60+
* [Flash]()
61+
* [Cartridge Hardware]()
62+
* [GPIO Cartridge]()
63+
* [Cartridge RTC]()
64+
* [Cartridge Light Sensor]()
65+
* [Cartridge Rumble]()
66+
* [Cartridge Gyroscope]()
67+
* [Cartridge Accelerometer]()
68+
* [e-Reader]()
69+
* [Accessories]()
70+
* [Game Boy Player]()
71+
* [Wireless Adapter]()
72+
* [Hardware Specifications]()
73+
* [Pinouts]()
74+
* [Cartridge]()
75+
* [LCD]()
76+
* [EXT Ports]()
77+
* [SoC]()
78+
* [Signals and Buses]()
79+
* [Cartridge Protocol]()
80+
* [LCD Driving Waveforms]()
81+
* [EXRT Port Signals]()
82+
* [SIO SPI]()
83+
* [SIO Multiplay]()
84+
* [SIO JOYBUS]()
85+
* [SIO UART]()
86+
* [Guides]()
87+
* [Fixed-Point Math for Newbies](fixed-point-math.md)
88+
* [Bootleg Carts](bootleg-carts/introduction.md)
2289
* [Acknowledgements](ack.md)

0 commit comments

Comments
 (0)