32x: remove some comm hacks

they can (and do) easily break things
This commit is contained in:
notaz 2017-11-26 20:19:40 +02:00
parent 6311a3baf5
commit 31fbc691a1
3 changed files with 16 additions and 27 deletions

View file

@ -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