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

Function quickWrite

arm9/source/gbcpu.cpp:41–43  ·  view source on GitHub ↗

Currently unused because this can actually overwrite the rom, in rare cases

Source from the content-addressed store, hash-verified

39
40// Currently unused because this can actually overwrite the rom, in rare cases
41inline void quickWrite(u16 addr, u8 val) {
42 memory[addr>>12][addr&0xFFF] = val;
43}
44
45struct Registers gbRegs
46#ifdef DS

Callers 2

handleInterruptsFunction · 0.85
runOpcodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected