MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / IsInterruptInLastExecution

Function IsInterruptInLastExecution

source/CPU.cpp:203–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203bool IsInterruptInLastExecution(void)
204{
205 return g_interruptInLastExecutionBatch;
206}
207
208void SetIrqOnLastOpcodeCycle(void)
209{

Callers 1

DebugContinueSteppingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected