mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 15:48:05 -04:00
handle dbra wait loops, update cyclone
This commit is contained in:
parent
e71fae1f13
commit
ecc8036ee2
9 changed files with 60 additions and 12 deletions
|
@ -125,6 +125,7 @@ typedef struct
|
|||
|
||||
unsigned int Opcode;
|
||||
signed int cycles_needed;
|
||||
|
||||
unsigned short *PC;
|
||||
unsigned long BasePC;
|
||||
unsigned int flag_C;
|
||||
|
@ -136,6 +137,9 @@ typedef struct
|
|||
unsigned int flag_S;
|
||||
unsigned int flag_I;
|
||||
|
||||
unsigned char not_polling;
|
||||
unsigned char pad[3];
|
||||
|
||||
unsigned long Fetch[M68K_FETCHBANK1];
|
||||
} M68K_CONTEXT;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue