Home
last modified time | relevance | path

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

/dports/emulators/cemu/CEmu-1.3/core/debug/
H A Ddebug.h31 DBG_NMI_TRIGGERED, /* triggered a non maskable interrupt */ enumerator
/dports/emulators/cemu/CEmu-1.3/core/
H A Dcpu.c785 debug_open(DBG_NMI_TRIGGERED, cpu.registers.PC); in cpu_nmi()
/dports/emulators/cemu/CEmu-1.3/gui/qt/
H A Ddebugger.cpp444 case DBG_NMI_TRIGGERED: in debugCommand()