summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pecom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pecom.cpp')
-rw-r--r--src/mame/drivers/pecom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pecom.cpp b/src/mame/drivers/pecom.cpp
index f0adf324b64..7903507ea94 100644
--- a/src/mame/drivers/pecom.cpp
+++ b/src/mame/drivers/pecom.cpp
@@ -180,7 +180,7 @@ MACHINE_CONFIG_START(pecom_state::pecom64)
MCFG_COSMAC_SC_CALLBACK(WRITE8(pecom_state, sc_w))
// sound and video hardware
- MCFG_FRAGMENT_ADD(pecom_video)
+ pecom_video(config);
// devices
MCFG_CASSETTE_ADD( "cassette" )