summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/abc80.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/abc80.cpp')
-rw-r--r--src/mame/drivers/abc80.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/abc80.cpp b/src/mame/drivers/abc80.cpp
index 7b108729cbe..711915c5c0b 100644
--- a/src/mame/drivers/abc80.cpp
+++ b/src/mame/drivers/abc80.cpp
@@ -491,7 +491,7 @@ MACHINE_CONFIG_START(abc80_state::abc80)
MCFG_Z80_DAISY_CHAIN(abc80_daisy_chain)
// video hardware
- MCFG_FRAGMENT_ADD(abc80_video)
+ abc80_video(config);
// sound hardware
MCFG_SPEAKER_STANDARD_MONO("mono")