From 12c6b8c2d3d6a97210f19ebeca7da636865c1db9 Mon Sep 17 00:00:00 2001 From: hap Date: Mon, 27 Feb 2023 19:53:32 +0100 Subject: feagv5: decrease quantum --- src/mame/fidelity/eag68k.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/fidelity/eag68k.cpp b/src/mame/fidelity/eag68k.cpp index f5d52fd95e4..12179fae710 100644 --- a/src/mame/fidelity/eag68k.cpp +++ b/src/mame/fidelity/eag68k.cpp @@ -669,7 +669,7 @@ void eagv5_state::eagv5(machine_config &config) // gen_latch syncs on write, but this is still needed with tight cpu comms // (not that it locks up or anything, but it will calculate moves much slower if timing is off) - config.set_perfect_quantum(m_maincpu); + config.set_maximum_quantum(attotime::from_hz(m_maincpu->clock() / 4)); } void eag_state::eagv7(machine_config &config) -- cgit v1.2.3