mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 15:48:05 -04:00
famec: remove unused dual code
This commit is contained in:
parent
55d7dcb209
commit
99ade2ee2f
5 changed files with 10 additions and 63 deletions
|
@ -152,7 +152,7 @@ extern M68K_CONTEXT *g_m68kcontext;
|
|||
/* General purpose functions */
|
||||
void fm68k_init(void);
|
||||
int fm68k_reset(void);
|
||||
int fm68k_emulate(int n, int dualcore, int idle_mode);
|
||||
int fm68k_emulate(int n, int idle_mode);
|
||||
int fm68k_would_interrupt(void); // to be called from fm68k_emulate()
|
||||
|
||||
unsigned fm68k_get_pc(M68K_CONTEXT *context);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue