summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/trs80m2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/trs80m2.cpp')
-rw-r--r--src/mame/drivers/trs80m2.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/trs80m2.cpp b/src/mame/drivers/trs80m2.cpp
index c28d9a36c2c..5dccb534093 100644
--- a/src/mame/drivers/trs80m2.cpp
+++ b/src/mame/drivers/trs80m2.cpp
@@ -702,7 +702,7 @@ void trs80m2_state::machine_reset()
// MACHINE_CONFIG( trs80m2 )
//-------------------------------------------------
-static MACHINE_CONFIG_START( trs80m2 )
+MACHINE_CONFIG_START(trs80m2_state::trs80m2)
// basic machine hardware
MCFG_CPU_ADD(Z80_TAG, Z80, XTAL_8MHz/2)
MCFG_Z80_DAISY_CHAIN(trs80m2_daisy_chain)
@@ -787,7 +787,7 @@ MACHINE_CONFIG_END
// MACHINE_CONFIG( trs80m16 )
//-------------------------------------------------
-static MACHINE_CONFIG_START( trs80m16 )
+MACHINE_CONFIG_START(trs80m16_state::trs80m16)
// basic machine hardware
MCFG_CPU_ADD(Z80_TAG, Z80, XTAL_8MHz/2)
MCFG_Z80_DAISY_CHAIN(trs80m2_daisy_chain)