summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/byvid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/byvid.cpp')
-rw-r--r--src/mame/drivers/byvid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/byvid.cpp b/src/mame/drivers/byvid.cpp
index ad017774b79..999cfb45e00 100644
--- a/src/mame/drivers/byvid.cpp
+++ b/src/mame/drivers/byvid.cpp
@@ -813,7 +813,7 @@ MACHINE_CONFIG_END
MACHINE_CONFIG_START(by133_state::granny)
babypac(config);
- MCFG_DEVICE_REMOVE("videocpu")
+ config.device_remove("videocpu");
MCFG_DEVICE_ADD("videocpu", MC6809, XTAL(8'000'000)) // MC68B09P (XTAL value hard to read)
MCFG_DEVICE_PROGRAM_MAP(granny_map)