summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/multfish.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/multfish.cpp')
-rw-r--r--src/mame/drivers/multfish.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mame/drivers/multfish.cpp b/src/mame/drivers/multfish.cpp
index 1a69f29b82e..5d0fc32c812 100644
--- a/src/mame/drivers/multfish.cpp
+++ b/src/mame/drivers/multfish.cpp
@@ -1025,10 +1025,10 @@ void igrosoft_gamble_state::machine_reset()
MACHINE_CONFIG_START(igrosoft_gamble_state::igrosoft_gamble)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", Z80, XTAL(24'000'000)/4)
- MCFG_CPU_PROGRAM_MAP(igrosoft_gamble_map)
- MCFG_CPU_IO_MAP(igrosoft_gamble_portmap)
- MCFG_CPU_VBLANK_INT_DRIVER("screen", igrosoft_gamble_state, irq0_line_hold)
+ MCFG_DEVICE_ADD("maincpu", Z80, XTAL(24'000'000)/4)
+ MCFG_DEVICE_PROGRAM_MAP(igrosoft_gamble_map)
+ MCFG_DEVICE_IO_MAP(igrosoft_gamble_portmap)
+ MCFG_DEVICE_VBLANK_INT_DRIVER("screen", igrosoft_gamble_state, irq0_line_hold)
MCFG_WATCHDOG_ADD("watchdog")
@@ -1046,7 +1046,7 @@ MACHINE_CONFIG_START(igrosoft_gamble_state::igrosoft_gamble)
MCFG_SPEAKER_STANDARD_MONO("mono")
- MCFG_SOUND_ADD("aysnd", AY8910, 6000000/4)
+ MCFG_DEVICE_ADD("aysnd", AY8910, 6000000/4)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.30)
MCFG_M48T35_ADD( "m48t35" )
@@ -1055,8 +1055,8 @@ MACHINE_CONFIG_END
MACHINE_CONFIG_START(igrosoft_gamble_state::rollfr)
igrosoft_gamble(config);
- MCFG_CPU_MODIFY("maincpu")
- MCFG_CPU_IO_MAP(rollfr_portmap)
+ MCFG_DEVICE_MODIFY("maincpu")
+ MCFG_DEVICE_IO_MAP(rollfr_portmap)
MACHINE_CONFIG_END