MCPcopy 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
6057void cpu_inreset()
6058{
6059 set_special(SPCFLAG_CPUINRESET);
6060 regs.s = 1;
6061 regs.intmask = 7;
6062 MakeSR();
6063}
6064
6065void cpu_halt(int id)
6066{

Callers 2

inputdevice_do_keyboardFunction · 0.85
inputdevice_do_kb_resetFunction · 0.85

Calls 2

set_specialFunction · 0.85
MakeSRFunction · 0.70

Tested by

no test coverage detected