MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / Write16

Method Write16

pcsx2/IopMem.cpp:588–592  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

586}
587
588bool IOPMemoryInterface::Write16(u32 address, u16 value)
589{
590 iopMemWrite16(address, value);
591 return true;
592}
593
594bool IOPMemoryInterface::Write32(u32 address, u32 value)
595{

Callers 2

write16Method · 0.45
handle_extended_tMethod · 0.45

Calls 1

iopMemWrite16Function · 0.85

Tested by

no test coverage detected