| 2118 | } |
| 2119 | |
| 2120 | static void FlushCacheForPrefixMemory(AddressPrefix_t& addrPrefix) |
| 2121 | { |
| 2122 | if (addrPrefix.nSlot != AddressPrefix_t::kSlotInvalid |
| 2123 | || addrPrefix.nBank != AddressPrefix_t::kBankInvalid |
| 2124 | || addrPrefix.nLangCard != AddressPrefix_t::kLangCardInvalid) |
| 2125 | { |
| 2126 | MemGetBankPtr(0); // Flush cache to back-buffers |
| 2127 | } |
| 2128 | } |
| 2129 | |
| 2130 | static BYTE ReadByteFromMemoryWithPrefix(const WORD iAddress, AddressPrefix_t& addrPrefix) |
| 2131 | { |
no test coverage detected