mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
32x: poll_detect tweaks, debug unification
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@800 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
1d7a28a723
commit
5fadfb1c37
4 changed files with 33 additions and 20 deletions
|
@ -105,10 +105,6 @@ static void p32x_start_blank(void)
|
|||
|
||||
static __inline void run_m68k(int cyc)
|
||||
{
|
||||
if (Pico32x.emu_flags & P32XF_68KPOLL) {
|
||||
SekCycleCnt += cyc;
|
||||
return;
|
||||
}
|
||||
#if defined(EMU_C68K)
|
||||
PicoCpuCM68k.cycles = cyc;
|
||||
CycloneRun(&PicoCpuCM68k);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue