summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hx20.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hx20.cpp')
-rw-r--r--src/mame/drivers/hx20.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/hx20.cpp b/src/mame/drivers/hx20.cpp
index 03370850007..18d4c1a9b9b 100644
--- a/src/mame/drivers/hx20.cpp
+++ b/src/mame/drivers/hx20.cpp
@@ -911,7 +911,7 @@ MACHINE_CONFIG_START(hx20_state::cm6000)
m_maincpu->set_addrmap(AS_PROGRAM, &hx20_state::cm6000_mem);
// optional rom
- MCFG_DEVICE_REMOVE("optrom")
+ config.device_remove("optrom");
// software lists
MCFG_SOFTWARE_LIST_REMOVE("epson_cpm_list")