summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/simple_st0016.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/simple_st0016.cpp')
-rw-r--r--src/mame/drivers/simple_st0016.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/simple_st0016.cpp b/src/mame/drivers/simple_st0016.cpp
index 3ce47822f9c..b00b95dfa3a 100644
--- a/src/mame/drivers/simple_st0016.cpp
+++ b/src/mame/drivers/simple_st0016.cpp
@@ -498,7 +498,7 @@ void st0016_state::mayjinsn(machine_config &config)
V810(config, m_subcpu, 10000000); //25 Mhz ?
m_subcpu->set_addrmap(AS_PROGRAM, &st0016_state::v810_mem);
- config.m_minimum_quantum = attotime::from_hz(60);
+ config.set_maximum_quantum(attotime::from_hz(60));
}
void st0016_state::renju(machine_config &config)