mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +03:00
feagv5: decrease quantum
This commit is contained in:
parent
42e759ade4
commit
12c6b8c2d3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user