summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segas16b.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/segas16b.cpp')
-rw-r--r--src/mame/drivers/segas16b.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/segas16b.cpp b/src/mame/drivers/segas16b.cpp
index f7273528d27..19da5a0e2e8 100644
--- a/src/mame/drivers/segas16b.cpp
+++ b/src/mame/drivers/segas16b.cpp
@@ -9822,8 +9822,8 @@ MACHINE_CONFIG_START(isgsm_state::isgsm)
system16b(config);
// basic machine hardware
- MCFG_DEVICE_REMOVE("maincpu")
- MCFG_DEVICE_REMOVE("mapper")
+ config.device_remove("maincpu");
+ config.device_remove("mapper");
MCFG_DEVICE_ADD("maincpu", M68000, 16000000) // no obvious CPU, but seems to be clocked faster than an original system16 based on the boot times
MCFG_DEVICE_PROGRAM_MAP(isgsm_map)