CPU: Implement cop0 execution and data breakpoints

This commit is contained in:
Connor McLaughlin
2021-04-14 19:06:44 +10:00
parent 22fdd80cc3
commit 442b801d39
4 changed files with 228 additions and 68 deletions

View File

@ -21,6 +21,7 @@ ALWAYS_INLINE void CheckForPendingInterrupt()
}
void DispatchInterrupt();
void UpdateDebugDispatcherFlag();
// icache stuff
ALWAYS_INLINE bool IsCachedAddress(VirtualMemoryAddress address)