Home
last modified time | relevance | path

Searched refs:GBAView32 (Results 1 – 6 of 6) sorted by relevance

/dports/games/libretro-mgba/mgba-6186d45/include/mgba/internal/gba/
H A Dmemory.h153 uint32_t GBAView32(struct ARMCore* cpu, uint32_t address);
/dports/emulators/mgba/mgba-0.9.2/include/mgba/internal/gba/
H A Dmemory.h158 uint32_t GBAView32(struct ARMCore* cpu, uint32_t address);
/dports/emulators/mgba/mgba-0.9.2/src/gba/
H A Dcore.c816 return GBAView32(cpu, address); in _GBACoreRawRead32()
H A Dmemory.c1092 uint32_t GBAView32(struct ARMCore* cpu, uint32_t address) { in GBAView32() function
/dports/games/libretro-mgba/mgba-6186d45/src/gba/
H A Dcore.c770 return GBAView32(cpu, address); in _GBACoreRawRead32()
H A Dmemory.c1025 uint32_t GBAView32(struct ARMCore* cpu, uint32_t address) { in GBAView32() function