diff options
author | 2022-07-01 20:19:31 +0200 | |
---|---|---|
committer | 2022-07-01 20:19:45 +0200 | |
commit | d5aed1fbd2949e479c39c3f59a84106516e0dbdd (patch) | |
tree | 04f65577a9bb6ad252c4802a883189adece92994 | |
parent | df65b00ed4f86a9be92ef4a60af9c556537e86c9 (diff) |
plygonet: update note about quantum
-rw-r--r-- | src/mame/konami/plygonet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |