mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 07:38:05 -04:00
dualcore integration in famc, bram cart C code, psp bugfixes
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@294 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
4b167c12c7
commit
8022f53da6
15 changed files with 160 additions and 42 deletions
|
@ -41,7 +41,7 @@ static int otherRun(void)
|
|||
CycloneRun(&PicoCpuCM68k);
|
||||
return 1-PicoCpuCM68k.cycles;
|
||||
#elif defined(EMU_F68K)
|
||||
return fm68k_emulate(1);
|
||||
return fm68k_emulate(1, 0);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue