summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bwing.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bwing.cpp')
-rw-r--r--src/mame/drivers/bwing.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/bwing.cpp b/src/mame/drivers/bwing.cpp
index 3ef91ecac5c..434cb86120e 100644
--- a/src/mame/drivers/bwing.cpp
+++ b/src/mame/drivers/bwing.cpp
@@ -377,7 +377,7 @@ MACHINE_CONFIG_START(bwing_state::bwing)
MCFG_DEVICE_IO_MAP(bwp3_io_map)
MCFG_DEVICE_PERIODIC_INT_DRIVER(bwing_state, bwp3_interrupt, 1000)
- MCFG_QUANTUM_TIME(attotime::from_hz(18000)) // high enough?
+ config.m_minimum_quantum = attotime::from_hz(18000); // high enough?
ADDRESS_MAP_BANK(config, "vrambank").set_map(&bwing_state::bank_map).set_options(ENDIANNESS_BIG, 8, 15, 0x2000);