mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
Revert 4ec1247
as it cause more troubles than it solves
This commit is contained in:
parent
aa9c5aa559
commit
35821b373c
6 changed files with 33 additions and 48 deletions
|
@ -52,7 +52,6 @@ typedef struct SH2_
|
|||
#define SH2_STATE_RPOLL (1 << 4) // polling address in SDRAM
|
||||
#define SH2_TIMER_RUN (1 << 6) // SOC WDT timer is running
|
||||
#define SH2_IN_DRC (1 << 7) // DRC in use
|
||||
#define SH2_PWM_IRQ (1 << 8) // entering IRQ
|
||||
unsigned int state;
|
||||
uint32_t poll_addr;
|
||||
int poll_cycles;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue