MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / CPU_Step

Function CPU_Step

Source/Core/Interpret.cpp:183–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181//
182//*****************************************************************************
183void CPU_Step()
184{
185 #ifdef DAEDALUS_DEBUG_CONSOLE
186 if (CPU_IsRunning())
187 {
188 DBGConsole_Msg(0, "Already Running");
189 return;
190 }
191#endif
192
193 CPU_CheckStuffToDo();
194
195 CPU_EXECUTE_OP< true >();
196}

Callers

nothing calls this directly

Calls 2

CPU_IsRunningFunction · 0.85
CPU_CheckStuffToDoFunction · 0.85

Tested by

no test coverage detected