summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/multfish.cpp
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2019-01-21 18:44:26 +0100
committer Ivan Vangelista <mesgnet@yahoo.it>2019-01-21 18:44:26 +0100
commit53d99d4190039db893bed8250e88301a7697b551 (patch)
tree4aef68da2af56063d6547311b7a47f00e33492b8 /src/mame/drivers/multfish.cpp
parent29729f9ed6233d7740debda514cb6fa7c510bc86 (diff)
devices\machine\ticket, timer: removed MCFG macros (nw)
Diffstat (limited to 'src/mame/drivers/multfish.cpp')
-rw-r--r--src/mame/drivers/multfish.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/multfish.cpp b/src/mame/drivers/multfish.cpp
index b3365965d1e..12bcbdf881f 100644
--- a/src/mame/drivers/multfish.cpp
+++ b/src/mame/drivers/multfish.cpp
@@ -1050,8 +1050,8 @@ MACHINE_CONFIG_START(igrosoft_gamble_state::igrosoft_gamble)
SPEAKER(config, "mono").front_center();
AY8910(config, "aysnd", 6000000/4).add_route(ALL_OUTPUTS, "mono", 0.30);
- MCFG_DEVICE_ADD("m48t35", M48T35, 0)
- MCFG_HOPPER_ADD("hopper", attotime::from_msec(100), TICKET_MOTOR_ACTIVE_HIGH, TICKET_STATUS_ACTIVE_HIGH)
+ M48T35(config, m_m48t35, 0);
+ HOPPER(config, m_hopper, attotime::from_msec(100), TICKET_MOTOR_ACTIVE_HIGH, TICKET_STATUS_ACTIVE_HIGH);
MACHINE_CONFIG_END
MACHINE_CONFIG_START(igrosoft_gamble_state::rollfr)