mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
sh2 drc: moved host register assignment to code emitters, minor bugfixing
This commit is contained in:
parent
7e940f142e
commit
9bd6706dca
12 changed files with 174 additions and 250 deletions
|
@ -8,6 +8,7 @@ typedef enum {
|
|||
SHR_R0 = 0, SHR_SP = 15,
|
||||
SHR_PC, SHR_PPC, SHR_PR, SHR_SR,
|
||||
SHR_GBR, SHR_VBR, SHR_MACH, SHR_MACL,
|
||||
SH2_REGS // register set size
|
||||
} sh2_reg_e;
|
||||
|
||||
typedef struct SH2_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue