summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mystston.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mystston.cpp')
-rw-r--r--src/mame/drivers/mystston.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mystston.cpp b/src/mame/drivers/mystston.cpp
index c8438b61540..7a9ddbc575b 100644
--- a/src/mame/drivers/mystston.cpp
+++ b/src/mame/drivers/mystston.cpp
@@ -198,7 +198,7 @@ MACHINE_CONFIG_START(mystston_state::mystston)
MCFG_CPU_PROGRAM_MAP(main_map)
/* video hardware */
- MCFG_FRAGMENT_ADD(mystston_video)
+ mystston_video(config);
/* audio hardware */
MCFG_SPEAKER_STANDARD_MONO("mono")