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

Function quickRead

arm9/source/gbcpu.cpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28#define numberedGbReg(n) ((u8 *) &gbRegs + reg8Offsets[n])
29
30inline u8 quickRead(u16 addr) {
31 return memory[addr>>12][addr&0xFFF];
32}
33inline u8 quickReadIO(u8 addr) {
34 return ioRam[addr];
35}

Callers 2

quickRead16Function · 0.85
runOpcodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected