Searched refs:DebugProcessInterrupt (Results 1 – 3 of 3) sorted by relevance
234 void DebugProcessInterrupt(uint16_t cpuAddr, uint16_t destCpuAddr, bool forNmi);
150 _console->DebugProcessInterrupt(originalPc, _state.PC, true); in IRQ()160 _console->DebugProcessInterrupt(originalPc, _state.PC, false); in IRQ()
1455 void Console::DebugProcessInterrupt(uint16_t cpuAddr, uint16_t destCpuAddr, bool forNmi) in DebugProcessInterrupt() function in Console