mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 23:37:46 -04:00
core z80, cycle counting fixes (reset, bus request)
This commit is contained in:
parent
c9f9453414
commit
274dd51a60
6 changed files with 14 additions and 12 deletions
|
@ -312,7 +312,7 @@ static int SekSyncM68k(int once);
|
|||
void pcd_run_cpus_normal(int m68k_cycles)
|
||||
{
|
||||
// TODO this is suspicious. ~1 cycle refresh delay every 256 cycles?
|
||||
SekAimM68k(m68k_cycles, 0x43); // Fhey area
|
||||
SekAimM68k(m68k_cycles, 0x42); // Fhey area
|
||||
|
||||
while (CYCLES_GT(Pico.t.m68c_aim, Pico.t.m68c_cnt)) {
|
||||
if (SekShouldInterrupt()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue