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

Function throwBusError

pcsx2/Dmac.cpp:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69__fi void throwBusError(const char *s)
70{
71 Console.Error("%s BUSERR", s);
72 dmacRegs.stat.BEIS = true;
73}
74
75__fi void setDmacStat(u32 num)
76{

Callers 2

transferMethod · 0.85
getAddrMethod · 0.85

Calls 1

ErrorMethod · 0.45

Tested by

no test coverage detected