mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 23:58:04 -04:00
sh2, fix for interpreter crash if drc is compiled in too
This commit is contained in:
parent
1426b7569e
commit
b1ccc27109
3 changed files with 7 additions and 3 deletions
|
@ -48,7 +48,8 @@ typedef struct SH2_
|
|||
#define SH2_STATE_CPOLL (1 << 2) // polling comm regs
|
||||
#define SH2_STATE_VPOLL (1 << 3) // polling VDP
|
||||
#define SH2_STATE_RPOLL (1 << 4) // polling address in SDRAM
|
||||
#define SH2_TIMER_RUN (1 << 8) // SOC WDT timer is running
|
||||
#define SH2_TIMER_RUN (1 << 7) // SOC WDT timer is running
|
||||
#define SH2_IN_DRC (1 << 8) // DRC in use
|
||||
unsigned int state;
|
||||
uint32_t poll_addr;
|
||||
int poll_cycles;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue