mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +03:00
plygonet: update note about quantum
This commit is contained in:
parent
df65b00ed4
commit
d5aed1fbd2
@ -1054,7 +1054,7 @@ void polygonet_state::plygonet(machine_config &config)
|
||||
Z80(config, m_audiocpu, 8000000);
|
||||
m_audiocpu->set_addrmap(AS_PROGRAM, &polygonet_state::sound_map);
|
||||
|
||||
config.set_maximum_quantum(attotime::from_hz(600)); // NOTE: This does not appear to be necessary, but is retained for later testing.
|
||||
config.set_maximum_quantum(attotime::from_hz(600)); // occasional lockup in-game otherwise
|
||||
|
||||
EEPROM_ER5911_8BIT(config, m_eeprom);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user