summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/r9751.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/r9751.cpp')
-rw-r--r--src/mame/drivers/r9751.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/r9751.cpp b/src/mame/drivers/r9751.cpp
index f58e35fc041..bcda02f7285 100644
--- a/src/mame/drivers/r9751.cpp
+++ b/src/mame/drivers/r9751.cpp
@@ -978,7 +978,7 @@ void r9751_state::r9751(machine_config &config)
/* basic machine hardware */
M68030(config, m_maincpu, 20000000);
m_maincpu->set_addrmap(AS_PROGRAM, &r9751_state::r9751_mem);
- config.m_minimum_quantum = attotime::from_hz(1000);
+ config.set_maximum_quantum(attotime::from_hz(1000));
/* i/o hardware */
SMIOC(config, m_smioc, 0);