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

Function DebuggerBreakOnDmaToOrFromIoMemory

source/Debugger/Debug.cpp:1567–1571  ·  view source on GitHub ↗

Only called by Hardisk.cpp

Source from the content-addressed store, hash-verified

1565
1566// Only called by Hardisk.cpp
1567void DebuggerBreakOnDmaToOrFromIoMemory (WORD nAddress, bool isDmaToMemory)
1568{
1569 g_DebugBreakOnDMAIO.isToOrFromMemory = isDmaToMemory ? BP_DMA_TO_IO_MEM : BP_DMA_FROM_IO_MEM;
1570 g_DebugBreakOnDMAIO.memoryAddr = nAddress;
1571}
1572
1573static int CheckBreakpointsDmaToOrFromMemory (int idx)
1574{

Callers 2

CmdExecuteMethod · 0.85
SmartPortCmdStatusMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected