Home
last modified time | relevance | path

Searched refs:PROC_SH1 (Results 1 – 4 of 4) sorted by relevance

/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/qt/ui/
H A DUIDebugCPU.h35 PROC_SH1, enumerator
H A DUIHexEditor.cpp41 if (proc != UIDebugCPU::PROC_SH1) in rebuildTabs()
211 else if (proc == UIDebugCPU::PROC_SH1) in readByte()
231 else if (proc == UIDebugCPU::PROC_SH1) in writeByte()
H A DUIDebugSH2.cpp50 case UIDebugCPU::PROC_SH1: in UIDebugSH2()
H A DUIYabause.cpp1089 UIDebugSH2(UIDebugCPU::PROC_SH1, mYabauseThread, this ).exec(); in breakpointHandlerSH1()
1188 UIDebugSH2( UIDebugCPU::PROC_SH1, mYabauseThread, this ).exec(); in on_aViewDebugSH1_triggered()