From d5aed1fbd2949e479c39c3f59a84106516e0dbdd Mon Sep 17 00:00:00 2001 From: hap Date: Fri, 1 Jul 2022 20:19:31 +0200 Subject: plygonet: update note about quantum --- src/mame/konami/plygonet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/konami/plygonet.cpp b/src/mame/konami/plygonet.cpp index 492abf724f6..d83ed82f393 100644 --- a/src/mame/konami/plygonet.cpp +++ b/src/mame/konami/plygonet.cpp @@ -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); -- cgit v1.2.3