summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pmd85.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pmd85.cpp')
-rw-r--r--src/mame/drivers/pmd85.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pmd85.cpp b/src/mame/drivers/pmd85.cpp
index d2d9b5a4bf8..cd048925706 100644
--- a/src/mame/drivers/pmd85.cpp
+++ b/src/mame/drivers/pmd85.cpp
@@ -624,7 +624,7 @@ void pmd85_state::pmd85(machine_config &config, bool with_uart)
I8080(config, m_maincpu, XTAL(18'432'000)/9);
m_maincpu->set_addrmap(AS_PROGRAM, &pmd85_state::pmd85_mem);
m_maincpu->set_addrmap(AS_IO, &pmd85_state::pmd85_io_map);
- config.m_minimum_quantum = attotime::from_hz(60);
+ config.set_maximum_quantum(attotime::from_hz(60));
/*******************************************************************************