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

Function IMRwrite

pcsx2/GS.cpp:84–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84static __fi void IMRwrite(u32 value)
85{
86 GUNIT_LOG("IMRwrite()");
87
88 if (CSRreg.GetInterruptMask() & (~value & GSIMR._u32) >> 8)
89 gsIrq();
90
91 GSIMR._u32 = (value & 0x1f00)|0x6000;
92}
93
94__fi void gsWrite8(u32 mem, u8 value)
95{

Callers 4

gsWrite16Function · 0.85
gsWrite32Function · 0.85
gsWrite64_page_01Function · 0.85

Calls 1

gsIrqFunction · 0.85

Tested by

no test coverage detected