Home
last modified time | relevance | path

Searched refs:REG_BG2Y_LO (Results 1 – 11 of 11) sorted by relevance

/dports/emulators/mgba/mgba-0.9.2/include/mgba/internal/gba/
H A Dio.h39 REG_BG2Y_LO = 0x02C, enumerator
/dports/games/libretro-mgba/mgba-6186d45/include/mgba/internal/gba/
H A Dio.h39 REG_BG2Y_LO = 0x02C, enumerator
/dports/emulators/mgba/mgba-0.9.2/src/platform/qt/
H A DMapView.cpp187 int32_t refY = io[(REG_BG2Y_LO >> 1) + ((m_map - 2) << 2)]; in updateTilesGBA()
/dports/games/libretro-mgba/mgba-6186d45/src/platform/qt/
H A DMapView.cpp188 int32_t refY = io[(REG_BG2Y_LO >> 1) + ((m_map - 2) << 2)]; in updateTilesGBA()
/dports/emulators/mgba/mgba-0.9.2/src/gba/
H A Dio.c787 case REG_BG2Y_LO: in GBAIORead()
H A Dbios.c126 cpu->memory.store32(cpu, BASE_IO | REG_BG2Y_LO, 0, 0); in _RegisterRamReset()
/dports/games/libretro-mgba/mgba-6186d45/src/gba/
H A Dio.c785 case REG_BG2Y_LO: in GBAIORead()
/dports/games/libretro-mgba/mgba-6186d45/src/gba/renderers/
H A Dvideo-software.c254 case REG_BG2Y_LO: in GBAVideoSoftwareRendererWriteVideoRegister()
H A Dgl.c1041 case REG_BG2Y_LO: in GBAVideoGLRendererWriteVideoRegister()
/dports/emulators/mgba/mgba-0.9.2/src/gba/renderers/
H A Dvideo-software.c260 case REG_BG2Y_LO: in GBAVideoSoftwareRendererWriteVideoRegister()
H A Dgl.c1047 case REG_BG2Y_LO: in GBAVideoGLRendererWriteVideoRegister()