mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
drc: lots of new debug code
This commit is contained in:
parent
d3524932fa
commit
00faec9cdb
10 changed files with 399 additions and 153 deletions
|
@ -127,3 +127,8 @@ void name(u32 a, u32 d) \
|
|||
} \
|
||||
}
|
||||
|
||||
// 32x
|
||||
typedef struct {
|
||||
uptr addr; // stores (membase >> 1) or ((handler >> 1) | (1<<31))
|
||||
u32 mask;
|
||||
} sh2_memmap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue