mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
32x: some hacks..
This commit is contained in:
parent
77e58d93fe
commit
419973a6d6
3 changed files with 26 additions and 3 deletions
|
@ -523,6 +523,8 @@ void sync_sh2s_lockstep(unsigned int m68k_target)
|
|||
|
||||
#define CPUS_RUN(m68k_cycles,s68k_cycles) do { \
|
||||
SekRunM68k(m68k_cycles); \
|
||||
if (Pico32x.emu_flags & P32XF_Z80_32X_IO) \
|
||||
PicoSyncZ80(SekCycleCnt); \
|
||||
if (Pico32x.emu_flags & (P32XF_68KCPOLL|P32XF_68KVPOLL)) \
|
||||
p32x_sync_sh2s(SekCyclesDoneT2()); \
|
||||
} while (0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue