MCPcopy Create free account
hub / github.com/Stewmath/GameYob / readMemory16

Function readMemory16

arm9/source/mmu.cpp:671–673  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

669}
670
671u16 readMemory16(u16 addr) {
672 return readMemory(addr) | readMemory(addr+1)<<8;
673}
674
675#ifdef DS
676u8 readIO(u8 ioReg) ITCM_CODE;

Callers

nothing calls this directly

Calls 1

readMemoryFunction · 0.85

Tested by

no test coverage detected