Skip to content

Commit 4f77330

Browse files
committed
all: Create new chapter structure
1 parent 56785bf commit 4f77330

31 files changed

+115
-9
lines changed

content/.SUMMARY.md.swp

-12 KB
Binary file not shown.

content/SUMMARY.md

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Summary
22

33
* [Foreword](foreword.md)
4-
* [3D Graphics](3d_graphics.md)
5-
* [3D Display Control](3d_disp_cnt.md)
4+
* [DS Introduction](ds_introduction.md)
5+
* [DS I/O Map](ds_io_map.md)
6+
* [DS Memory Control](ds_mem_control.md)
7+
* [DS Video](ds_video.md)
8+
* [DS 2D Graphics](ds_2d_graphics.md)
9+
* [DS 3D Graphics](ds_3d_graphics.md)
10+
* [3D Display Control](3d_disp_cnt.md)
11+
* [DS Sound](ds_sound.md)
12+
* [DS Peripherals](ds_peripherals.md)
13+
* [DS Cartridges](ds_cartridges.md)
14+
* [DS WiFi (Mitsumi)](ds_wifi.md)
15+
* [DSi Introduction](dsi_introduction.md)
16+
* [DSi I/O Map](dsi_io_map.md)
17+
* [DSi Control Registers](dsi_control_regs.md)
18+
* [DSi Shared WRAM](dsi_shared_wram.md)
19+
* [DSi New DMA (NDMA)](dsi_ndma.md)
20+
* [DSi Sound](dsi_sound.md)
21+
* [DSi Touch Screen](dsi_touch_screen.md)
22+
* [DSi I2C Bus](dsi_i2c_bus.md)
23+
* [DSi Cameras](dsi_cameras.md)
24+
* [DSi SD/MMC](dsi_sd_mmc.md)
25+
* [DSi GPIO](dsi_gpio.md)
26+
* [DSi AES Engine](dsi_aes.md)
27+
* [DSi Cartridges](dsi_cartridges.md)
28+
* [DSi WiFi (Atheros)](dsi_wifi.md)
29+
* [DSi DSP (XpertTeak)](dsi_dsp_xpertteak.md)
30+
* [Other](other.md)
31+
* [ROM Header](rom_header.md)
32+
* [CPU Reference](cpu_reference.md)
33+
* [BIOS Functions](bios.md)

content/bios.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# DS BIOS Functions
2+
3+
DS and DSi BIOS functions. Handling of interrupts and exceptions.

content/cpu_reference.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# DS CPU References
2+
3+
General description, links to ARM documentation (maybe we can add the PDF files to the repository).

content/ds_2d_graphics.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# DS 2D Graphics
2+
3+
Background, sprites, windows.
4+
Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
# 3D Graphics
2-
3-
<style>
4-
tt {
5-
white-space: pre;
6-
}
7-
</style>
1+
# DS 3D Graphics
82

93
This is an introduction to the 3D graphics of the Nintendo DS.

content/ds_cartridges.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# DS Cartridges
2+
3+
How to read DS cartridges. Maybe something about flashcards.

content/ds_introduction.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Nintendo DS Introduction
2+
3+
General introduction to the technical capabilities of the DS.

content/ds_io_map.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# DS I/O Map
2+
3+
I/O map of the NDS (excluding WiFi and 3D, see their chapters for more information).

content/ds_mem_control.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# DS Memory Control
2+
3+
Registers to map VRAM, WRAM, to setup waitstates for external cartridges, etc.

0 commit comments

Comments
 (0)