plygonet: update note about quantum

This commit is contained in:
hap 2022-07-01 20:19:31 +02:00
parent df65b00ed4
commit d5aed1fbd2

View File

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