From 82ee9000b6a6f9a669d3ec858b56d2bf02b0b28b Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Fri, 10 Feb 2023 21:36:34 +0200 Subject: [PATCH] Chipset write buffer apparently does not exist --- custom.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/custom.cpp b/custom.cpp index e78efa24..38e4b325 100644 --- a/custom.cpp +++ b/custom.cpp @@ -15540,10 +15540,7 @@ void wait_cpu_cycle_write_ce020(uaecptr addr, int mode, uae_u32 v) regs.chipset_latch_rw = regs.chipset_latch_write = v; - // chipset buffer latches the write, CPU does - // not need to wait for the chipset cycle to finish. - x_do_cycles_post(cpucycleunit, v); - + x_do_cycles_post(CYCLE_UNIT, v); } void do_cycles_ce(int cycles) -- 2.47.3