From: Toni Wilen Date: Fri, 10 Feb 2023 19:36:34 +0000 (+0200) Subject: Chipset write buffer apparently does not exist X-Git-Tag: 5.0.0~154 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=82ee9000b6a6f9a669d3ec858b56d2bf02b0b28b;p=francis%2Fwinuae.git Chipset write buffer apparently does not exist --- 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)