Home
last modified time | relevance | path

Searched refs:Emulator_AddPPUBreakpoint (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/ukncbtl/ukncbtl-qt-812cde85/
H A DEmulator.h29 bool Emulator_AddPPUBreakpoint(quint16 address);
H A Dqscripting.cpp69 Emulator_AddPPUBreakpoint((quint16)address); in addPPUBreakpoint()
H A Dqconsoleview.cpp491 …ool result = m_okCurrentProc ? Emulator_AddCPUBreakpoint(value) : Emulator_AddPPUBreakpoint(value); in execConsoleCommand()
H A DEmulator.cpp210 bool Emulator_AddPPUBreakpoint(quint16 address) in Emulator_AddPPUBreakpoint() function
H A Dqdisasmview.cpp83 …lt = m_okDisasmProcessor ? Emulator_AddCPUBreakpoint(address) : Emulator_AddPPUBreakpoint(address); in mousePressEvent()