summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sg1000.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sg1000.cpp')
-rw-r--r--src/mame/drivers/sg1000.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/sg1000.cpp b/src/mame/drivers/sg1000.cpp
index e9c7e66c310..b196d534f21 100644
--- a/src/mame/drivers/sg1000.cpp
+++ b/src/mame/drivers/sg1000.cpp
@@ -570,7 +570,7 @@ MACHINE_CONFIG_START(sg1000_state::omv)
MCFG_DEVICE_PROGRAM_MAP(omv_map)
MCFG_DEVICE_IO_MAP(omv_io_map)
- MCFG_DEVICE_REMOVE(CARTSLOT_TAG)
+ config.device_remove(CARTSLOT_TAG);
MCFG_OMV_CARTRIDGE_ADD(CARTSLOT_TAG, sg1000_cart, nullptr)
m_ram->set_default_size("2K");