gba/book/src/SUMMARY.md

12 lines
335 B
Markdown
Raw Normal View History

2018-11-08 15:20:40 +11:00
# Rust GBA Tutorials
2018-11-10 20:03:37 +11:00
* [Introduction](introduction.md)
* [Ch 0: Development Setup](ch0/index.md)
* [Ch 1: Hello GBA](ch1/index.md)
* [hello1](ch1/hello1.md)
* [IO Registers](ch1/io_registers.md)
* [The Display Control](ch1/the_display_control.md)
* [Video Memory Intro](ch1/video_memory_intro.md)
2018-11-11 17:39:26 +11:00
* [hello2](ch1/hello2.md)