debugger work

This commit is contained in:
CocoSimone
2022-08-27 18:52:04 +02:00
parent d5743f4dc2
commit b4812cd442
14 changed files with 140 additions and 172 deletions

View File

@@ -3,10 +3,6 @@
#include <n64/core/cpu/Registers.hpp>
namespace n64 {
#define ELEMENT_INDEX(i) (7 - (i))
#define BYTE_INDEX(i) (15 - (i))
inline bool AcquireSemaphore(RSP& rsp) {
if(rsp.semaphore) {
return true;