mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
famec: split fm68k_emulate
in FAMEC_NO_GOTOS mode at least
This commit is contained in:
parent
fdcfd32374
commit
12f23dac6f
8 changed files with 83 additions and 34 deletions
|
@ -81,7 +81,7 @@ extern M68K_CONTEXT PicoCpuFM68k, PicoCpuFS68k;
|
|||
}
|
||||
#define SekIsStoppedM68k() (PicoCpuFM68k.execinfo&FM68K_HALTED)
|
||||
#define SekIsStoppedS68k() (PicoCpuFS68k.execinfo&FM68K_HALTED)
|
||||
#define SekShouldInterrupt() fm68k_would_interrupt()
|
||||
#define SekShouldInterrupt() fm68k_would_interrupt(&PicoCpuFM68k)
|
||||
|
||||
#define SekNotPolling PicoCpuFM68k.not_polling
|
||||
#define SekNotPollingS68k PicoCpuFS68k.not_polling
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue