[][src]Crate gba_addresses

Exports address values of the GBA memory map locations.

Also, for some memory regions that are "blocks", const indexing functions are provided.

Crate Layout

All info is exported at the crate root, but the various modules provide some notes about the general usage of that portion of memory.

Re-exports

pub use ewram::*;
pub use iwram::*;
pub use io::*;
pub use palram::*;
pub use vram::*;
pub use oam::*;
pub use rom::*;
pub use sram::*;

Modules

ewram

External Work Ram (EWRAM).

io

IO Control Registers.

iwram

Internal Work Ram (IWRAM).

oam

Object Attribute Memory (OAM).

palram

Palette RAM (PALRAM).

rom

Read Only Memory (ROM).

sram

Save RAM (SRAM).

vram

Video RAM (VRAM).