summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/trs80m3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/trs80m3.cpp')
-rw-r--r--src/mame/drivers/trs80m3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/trs80m3.cpp b/src/mame/drivers/trs80m3.cpp
index bf4dd1eff79..8a4500ab729 100644
--- a/src/mame/drivers/trs80m3.cpp
+++ b/src/mame/drivers/trs80m3.cpp
@@ -427,7 +427,7 @@ MACHINE_CONFIG_START(trs80m3_state::model4p)
m_m4p_bank->set_addr_width(19);
m_m4p_bank->set_stride(0x10000);
- MCFG_DEVICE_REMOVE("quickload")
+ config.device_remove("quickload");
MACHINE_CONFIG_END
MACHINE_CONFIG_START(trs80m3_state::cp500)