feagv5: decrease quantum

This commit is contained in:
hap 2023-02-27 19:53:32 +01:00
parent 42e759ade4
commit 12c6b8c2d3

View File

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