gbaid ~master (2019-02-15T02:40:23Z)
Dub
Repo
Flash
gbaid
gba
memory
Undocumented in source.
struct
Flash (
uint
byteSize
)
if
(
byteSize
== 64 *
BYTES_PER_KIB
||
byteSize
== 128 *
BYTES_PER_KIB
) {
this
(void[] memory);
T
get
(uint address);
void
set
(uint address, T value);
T
[]
getArray
(uint address, uint size);
}
Constructors
this
this
(void[] memory)
Undocumented in source.
Members
Functions
get
T
get
(uint address)
Undocumented in source. Be warned that the author may not have intended to support it.
getArray
T
[]
getArray
(uint address, uint size)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void
set
(uint address, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
gbaid
gba
memory
aliases
Bios
BoardWram
ChipWram
Flash1M
Flash512K
GameRom
Oam
Palette
Ram
Rom
Sram
Vram
enums
MainSaveKind
functions
rotateRead
rotateReadSigned
structs
Eeprom
Flash
GamePak
GamePakData
Memory
MemoryBus
variables
BIOS_MASK
BIOS_SIZE
BIOS_START
BOARD_WRAM_MASK
BOARD_WRAM_SIZE
CHIP_WRAM_MASK
CHIP_WRAM_SIZE
EEPROM_MASK_NARROW
EEPROM_MASK_WIDE
EEPROM_SIZE
FLASH_1M_SIZE
FLASH_512K_SIZE
FLASH_MASK
GAME_PAK_START
IO_REGISTERS_END
IO_REGISTERS_MASK
IO_REGISTERS_SIZE
MAX_ROM_SIZE
OAM_MASK
OAM_SIZE
PALETTE_MASK
PALETTE_SIZE
ROM_MASK
SRAM_MASK
SRAM_SIZE
VRAM_HIGH_MASK
VRAM_LOWER_MASK
VRAM_MASK
VRAM_SIZE