mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
32x: sh2 stat code, disabled by default
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@834 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
f0d7b1faa1
commit
71f68165b6
4 changed files with 290 additions and 202 deletions
|
@ -129,12 +129,6 @@ static temp_reg_t reg_temp[] = {
|
|||
#define Q_SHIFT 8
|
||||
#define M_SHIFT 9
|
||||
|
||||
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_reg_e;
|
||||
|
||||
typedef struct block_desc_ {
|
||||
u32 addr; // SH2 PC address
|
||||
u32 end_addr; // TODO rm?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue