Only called by Hardisk.cpp
| 1565 | |
| 1566 | // Only called by Hardisk.cpp |
| 1567 | void 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 | |
| 1573 | static int CheckBreakpointsDmaToOrFromMemory (int idx) |
| 1574 | { |
no outgoing calls
no test coverage detected