mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-03-24 21:02:44 +01:00
famec: split fm68k_emulate
in FAMEC_NO_GOTOS mode at least
This commit is contained in:
@@ -49,7 +49,7 @@ static int otherRun(void)
|
||||
CycloneRun(currentC68k);
|
||||
return 1-currentC68k->cycles;
|
||||
#elif defined(EMU_F68K)
|
||||
return fm68k_emulate(1, 0);
|
||||
return fm68k_emulate(g_m68kcontext, 1, 0);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user