2018-11-13 12:47:52 -07:00
|
|
|
|
2018-12-08 01:53:37 -07:00
|
|
|
# Rust GBA Guide
|
|
|
|
|
2018-12-10 01:48:06 -07:00
|
|
|
* [Introduction](00-introduction/00-index.md)
|
|
|
|
* [Reader Requirements](00-introduction/01-requirements.md)
|
|
|
|
* [Book Goals and Style](00-introduction/02-goals_and_style.md)
|
|
|
|
* [Development Setup](00-introduction/03-development-setup.md)
|
|
|
|
* [Hello, Magic](00-introduction/04-hello-magic.md)
|
2018-12-15 16:53:03 -07:00
|
|
|
* [Help and Resources](00-introduction/05-help_and_resources.md)
|
2018-12-15 16:50:04 -07:00
|
|
|
* [Quirks](01-quirks/00-index.md)
|
|
|
|
* [No Std](01-quirks/01-no_std.md)
|
|
|
|
* [Fixed Only](01-quirks/02-fixed_only.md)
|
|
|
|
* [Volatile Destination](01-quirks/03-volatile_destination.md)
|
2018-12-15 16:53:03 -07:00
|
|
|
* [Newtype](01-quirks/04-newtype.md)
|
2018-12-15 20:50:43 -07:00
|
|
|
* [Const Asserts](01-quirks/05-const_asserts.md)
|
2018-12-10 01:48:06 -07:00
|
|
|
* [Concepts](02-concepts/00-index.md)
|
|
|
|
* [CPU](02-concepts/01-cpu.md)
|
|
|
|
* [BIOS](02-concepts/02-bios.md)
|
|
|
|
* [Work RAM](02-concepts/03-wram.md)
|
|
|
|
* [IO Registers](02-concepts/04-io-registers.md)
|
|
|
|
* [Palette RAM](02-concepts/05-palram.md)
|
|
|
|
* [Video RAM](02-concepts/06-vram.md)
|
|
|
|
* [Object Attribute Memory](02-concepts/07-oam.md)
|
|
|
|
* [Game Pak ROM / Flash ROM](02-concepts/08-rom.md)
|
|
|
|
* [Save RAM](02-concepts/09-sram.md)
|
|
|
|
* [Video](03-video/00-index.md)
|
|
|
|
* [RBG15 Color](03-video/01-rgb15.md)
|
|
|
|
* [TODO](03-video/TODO.md)
|
|
|
|
* [Non-Video](04-non-video/00-index.md)
|
|
|
|
* [Buttons](04-non-video/01-buttons.md)
|
|
|
|
* [Timers](04-non-video/02-timers.md)
|
|
|
|
* [Direct Memory Access](04-non-video/03-dma.md)
|
|
|
|
* [Sound](04-non-video/04-sound.md)
|
|
|
|
* [Interrupts](04-non-video/05-interrupts.md)
|
2018-12-15 21:46:44 -07:00
|
|
|
* [Link Cable](04-non-video/06-link_cable.md)
|
2018-12-10 01:48:06 -07:00
|
|
|
* [Game Pak](04-non-video/07-game_pak.md)
|
|
|
|
* [Examples](05-examples/00-index.md)
|