SplitScript reference / GBAEmulator

GBAEmulator

record

record GBAEmulator

Retains a discovered GBA emulator memory mapping.

The runtime-private mapping identifies the emulator backend and translates EWRAM and IWRAM addresses before each read.

Examples

Use the attached GBA memory provider

let emulator: GBAEmulator = gba

Methods

MemberDescriptionAvailable through
readReads a typed value from emulated GBA memory.