mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-04 23:07:46 -04:00
32x, fixes for comparing cycles
This commit is contained in:
parent
38fd3bd866
commit
4af2edc365
3 changed files with 5 additions and 5 deletions
|
@ -54,7 +54,7 @@ typedef struct SH2_
|
|||
#define SH2_IN_DRC (1 << 7) // DRC in use
|
||||
unsigned int state;
|
||||
uint32_t poll_addr;
|
||||
int poll_cycles;
|
||||
unsigned int poll_cycles;
|
||||
int poll_cnt;
|
||||
// NB MUST be a bit unused in SH2 SR, see also cpu/sh2/compiler.c!
|
||||
#define SH2_NO_POLLING (1 << 10) // poll detection control
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue