summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/highvdeo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/highvdeo.cpp')
-rw-r--r--src/mame/drivers/highvdeo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/highvdeo.cpp b/src/mame/drivers/highvdeo.cpp
index 45dc366f227..11550c5014a 100644
--- a/src/mame/drivers/highvdeo.cpp
+++ b/src/mame/drivers/highvdeo.cpp
@@ -1306,7 +1306,7 @@ MACHINE_CONFIG_END
MACHINE_CONFIG_START(highvdeo_state::ciclone)
tv_tcf(config);
- MCFG_DEVICE_REMOVE("maincpu")
+ config.device_remove("maincpu");
MCFG_DEVICE_ADD("maincpu", I80186, 20000000 ) // ?
MCFG_DEVICE_PROGRAM_MAP(tv_tcf_map)