summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/studio2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/studio2.cpp')
-rw-r--r--src/mame/drivers/studio2.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/studio2.cpp b/src/mame/drivers/studio2.cpp
index 1935e2554c4..5dceae1ad50 100644
--- a/src/mame/drivers/studio2.cpp
+++ b/src/mame/drivers/studio2.cpp
@@ -656,7 +656,7 @@ MACHINE_CONFIG_START(studio2_state::studio2)
MCFG_SOUND_ADD("beeper", BEEP, 300)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.00)
- MCFG_FRAGMENT_ADD( studio2_cartslot )
+ studio2_cartslot(config);
MACHINE_CONFIG_END
MACHINE_CONFIG_START(visicom_state::visicom)
@@ -717,7 +717,7 @@ MACHINE_CONFIG_START(mpt02_state::mpt02)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.25)
- MCFG_FRAGMENT_ADD( studio2_cartslot )
+ studio2_cartslot(config);
MACHINE_CONFIG_END
/* ROMs */