mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
core z80, improve timing for bus request/grant timing from 68k
This commit is contained in:
parent
8b0e2b4f9a
commit
71f9c68f5b
2 changed files with 14 additions and 6 deletions
|
@ -80,7 +80,7 @@ static __inline void SekAimM68k(int cyc, int mult)
|
|||
|
||||
static __inline void SekRunM68k(int cyc)
|
||||
{
|
||||
// TODO 0x100 would by 2 cycles/128, moreover far too sensitive
|
||||
// TODO 0x100 would be 2 cycles/128, moreover far too sensitive
|
||||
SekAimM68k(cyc, 0x10c); // OutRunners, testpico, VDPFIFOTesting
|
||||
SekSyncM68k(0);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue