Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
transfer
Method · 0.85
getAddr
Method · 0.85
Calls
1
Error
Method · 0.45
Tested by
no test coverage detected