mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
32x: remove some comm hacks
they can (and do) easily break things
This commit is contained in:
parent
6311a3baf5
commit
31fbc691a1
3 changed files with 16 additions and 27 deletions
|
@ -502,6 +502,9 @@ void sync_sh2s_normal(unsigned int m68k_target)
|
|||
if (CYCLES_GT(m68k_target, ssh2.m68krcycles_done))
|
||||
ssh2.m68krcycles_done = m68k_target;
|
||||
}
|
||||
|
||||
// everyone is in sync now
|
||||
Pico32x.comm_dirty = 0;
|
||||
}
|
||||
|
||||
#define STEP_68K 24
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue