mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
famec: fix 64bit portability issues
This commit is contained in:
parent
720bfc5d9f
commit
be26eb239b
7 changed files with 206 additions and 204 deletions
|
@ -122,7 +122,7 @@ typedef struct
|
|||
unsigned short execinfo;
|
||||
// PD extension
|
||||
int io_cycle_counter; // cycles left
|
||||
unsigned int Fetch[M68K_FETCHBANK1];
|
||||
unsigned long Fetch[M68K_FETCHBANK1];
|
||||
} M68K_CONTEXT;
|
||||
|
||||
extern M68K_CONTEXT *g_m68kcontext;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue