Home
last modified time | relevance | path

Searched refs:GBAStore8 (Results 1 – 4 of 4) sorted by relevance

/dports/games/libretro-mgba/mgba-6186d45/include/mgba/internal/gba/
H A Dmemory.h151 void GBAStore8(struct ARMCore* cpu, uint32_t address, int8_t value, int* cycleCounter);
/dports/emulators/mgba/mgba-0.9.2/include/mgba/internal/gba/
H A Dmemory.h156 void GBAStore8(struct ARMCore* cpu, uint32_t address, int8_t value, int* cycleCounter);
/dports/games/libretro-mgba/mgba-6186d45/src/gba/
H A Dmemory.c48 cpu->memory.store8 = GBAStore8; in GBAMemoryInit()
776 GBAStore8(cpu, address, value, cycleCounter); \
777 GBAStore8(cpu, address | 1, value, cycleCounter); \
778 GBAStore8(cpu, address | 2, value, cycleCounter); \
779 GBAStore8(cpu, address | 3, value, cycleCounter); \
930 GBAStore8(cpu, address, value, cycleCounter); in GBAStore16()
931 GBAStore8(cpu, address | 1, value, cycleCounter); in GBAStore16()
947 void GBAStore8(struct ARMCore* cpu, uint32_t address, int8_t value, int* cycleCounter) { in GBAStore8() function
/dports/emulators/mgba/mgba-0.9.2/src/gba/
H A Dmemory.c49 cpu->memory.store8 = GBAStore8; in GBAMemoryInit()
806 GBAStore8(cpu, address, value, cycleCounter); \
807 GBAStore8(cpu, address | 1, value, cycleCounter); \
808 GBAStore8(cpu, address | 2, value, cycleCounter); \
809 GBAStore8(cpu, address | 3, value, cycleCounter); \
992 GBAStore8(cpu, address, value, cycleCounter); in GBAStore16()
993 GBAStore8(cpu, address | 1, value, cycleCounter); in GBAStore16()
1009 void GBAStore8(struct ARMCore* cpu, uint32_t address, int8_t value, int* cycleCounter) { in GBAStore8() function