| 29 | void SetLastRamWrite(BOOL count) { m_uLastRamWrite = count; } |
| 30 | UINT GetLCMemMode(void) { return m_memMode; } |
| 31 | void SetLCMemMode(UINT memMode) { m_memMode = memMode; } |
| 32 | SS_CARDTYPE GetMemoryType(void) { return QueryType(); } |
| 33 | bool IsOpcodeRMWabs(WORD addr); |
| 34 | uint8_t ReadByte(uint16_t phyAddr); |
no outgoing calls
no test coverage detected