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

Method SetLCMemMode

source/LanguageCard.h:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers 2

MemLoadSnapshotFunction · 0.80
IOMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected