Home
last modified time | relevance | path

Searched refs:DebugProcessInterrupt (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DConsole.h234 void DebugProcessInterrupt(uint16_t cpuAddr, uint16_t destCpuAddr, bool forNmi);
H A DCPU.cpp150 _console->DebugProcessInterrupt(originalPc, _state.PC, true); in IRQ()
160 _console->DebugProcessInterrupt(originalPc, _state.PC, false); in IRQ()
H A DConsole.cpp1455 void Console::DebugProcessInterrupt(uint16_t cpuAddr, uint16_t destCpuAddr, bool forNmi) in DebugProcessInterrupt() function in Console