summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mtx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mtx.cpp')
-rw-r--r--src/mame/drivers/mtx.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/mame/drivers/mtx.cpp b/src/mame/drivers/mtx.cpp
index 757218537d1..bf2fa152940 100644
--- a/src/mame/drivers/mtx.cpp
+++ b/src/mame/drivers/mtx.cpp
@@ -280,7 +280,7 @@ WRITE_LINE_MEMBER(mtx_state::mtx_tms9929a_interrupt)
***************************************************************************/
/*-------------------------------------------------
- MACHINE_CONFIG_START( mtx512 )
+ machine_config( mtx512 )
-------------------------------------------------*/
MACHINE_CONFIG_START(mtx_state::mtx512)
@@ -303,8 +303,7 @@ MACHINE_CONFIG_START(mtx_state::mtx512)
/* sound hardware */
SPEAKER(config, "mono").front_center();
- MCFG_DEVICE_ADD(SN76489A_TAG, SN76489A, XTAL(4'000'000))
- MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.00)
+ SN76489A(config, SN76489A_TAG, XTAL(4'000'000)).add_route(ALL_OUTPUTS, "mono", 1.00);
/* devices */
Z80CTC(config, m_z80ctc, XTAL(4'000'000));
@@ -358,7 +357,7 @@ void mtx_state::mtx500(machine_config &config)
}
/*-------------------------------------------------
- MACHINE_CONFIG_START( rs128 )
+ machine_config( rs128 )
-------------------------------------------------*/
void mtx_state::rs128(machine_config &config)