core z80, improve timing for bus request/grant timing from 68k

This commit is contained in:
kub 2024-03-14 23:15:16 +01:00
parent 8b0e2b4f9a
commit 71f9c68f5b
2 changed files with 14 additions and 6 deletions

View file

@ -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);
}