2018-11-13 12:47:52 -07:00
|
|
|
|
2018-12-08 01:53:37 -07:00
|
|
|
# Rust GBA Guide
|
|
|
|
|
2018-12-07 17:06:11 -07:00
|
|
|
* Introduction
|
2018-12-08 01:53:37 -07:00
|
|
|
* Reader Requirements
|
|
|
|
* Book Goals and Style
|
2018-12-07 17:06:11 -07:00
|
|
|
* Getting Outside Help
|
|
|
|
* Development Setup
|
|
|
|
* Hello Magic
|
2018-12-08 01:53:37 -07:00
|
|
|
* GBA Limitations
|
|
|
|
* No Floats
|
2018-12-07 17:06:11 -07:00
|
|
|
* Core Only
|
2018-12-08 01:53:37 -07:00
|
|
|
* Volatile Destination
|
2018-12-07 17:06:11 -07:00
|
|
|
* Broad Concepts
|
|
|
|
* BIOS
|
|
|
|
* Working RAM
|
|
|
|
* IO Registers
|
|
|
|
* Palette RAM
|
|
|
|
* Video RAM
|
|
|
|
* Object Attribute Memory
|
|
|
|
* Game Pak ROM / Flash ROM
|
|
|
|
* Save RAM
|
2018-12-08 01:53:37 -07:00
|
|
|
* Video
|
2018-12-07 17:06:11 -07:00
|
|
|
* RBG15 Color
|
|
|
|
* Bitmap Modes
|
|
|
|
* Tiled Modes
|
|
|
|
* Affine Math
|
|
|
|
* Special Effects
|
2018-12-08 01:53:37 -07:00
|
|
|
* Non-Video
|
2018-12-07 17:06:11 -07:00
|
|
|
* Buttons
|
|
|
|
* Timers
|
|
|
|
* Direct Memory Access
|
|
|
|
* Sound
|
|
|
|
* Interrupts
|
|
|
|
* Network
|
|
|
|
* Game Pak
|
|
|
|
* Examples
|
2018-12-08 01:53:37 -07:00
|
|
|
* hello_magic
|
|
|
|
* hello_world
|
|
|
|
* light_cycle
|
|
|
|
* bg_demo
|