Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BlitterStudio/amiberry
/ cpu_inreset
Function
cpu_inreset
src/newcpu.cpp:6057–6063 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6055
}
6056
6057
void cpu_inreset()
6058
{
6059
set_special(SPCFLAG_CPUINRESET);
6060
regs.s = 1;
6061
regs.intmask = 7;
6062
MakeSR();
6063
}
6064
6065
void cpu_halt(int id)
6066
{
Callers
2
inputdevice_do_keyboard
Function · 0.85
inputdevice_do_kb_reset
Function · 0.85
Calls
2
set_special
Function · 0.85
MakeSR
Function · 0.70
Tested by
no test coverage detected