SplitScript reference / GBA
GBA
state provider
state GBA
Attaches to a supported Game Boy Advance emulator.
The provider discovers emulated EWRAM and IWRAM and exposes original GBA hardware addresses through the read-only value introduced by GBA. It owns discovery for VisualBoyAdvance and VBA-M, mGBA, NO$GBA, Mednafen, supported RetroArch cores, and mGBA-based BizHawk. Declare guest addresses directly instead of recreating emulator-specific DeepPointer mappings.
Examples
Read GBA work RAM
state GBA {
room: u8 at 0x03000010
}
Value type
| Member | Description | Available through |
|---|---|---|
| GBAEmulator | Retains a discovered GBA emulator memory mapping. |