summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/megaplay.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/megaplay.cpp')
-rw-r--r--src/mame/drivers/megaplay.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/megaplay.cpp b/src/mame/drivers/megaplay.cpp
index df6e5e84d83..a631a62f707 100644
--- a/src/mame/drivers/megaplay.cpp
+++ b/src/mame/drivers/megaplay.cpp
@@ -661,7 +661,7 @@ MACHINE_RESET_MEMBER(mplay_state,megaplay)
MACHINE_CONFIG_START(mplay_state::megaplay)
/* basic machine hardware */
- MCFG_FRAGMENT_ADD(md_ntsc)
+ md_ntsc(config);
/* The Megaplay has an extra BIOS cpu which drives an SMS VDP
which includes an SN76496 for sound */