mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-05-04 03:49:41 +02:00
sh2 timer optimization
This commit is contained in:
@@ -48,6 +48,7 @@ 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
|
||||
unsigned int state;
|
||||
uint32_t poll_addr;
|
||||
int poll_cycles;
|
||||
|
||||
Reference in New Issue
Block a user