summaryrefslogtreecommitdiffstats
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.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mame/drivers/mtx.cpp b/src/mame/drivers/mtx.cpp
index 99fff4172dd..b764ba33558 100644
--- a/src/mame/drivers/mtx.cpp
+++ b/src/mame/drivers/mtx.cpp
@@ -282,10 +282,10 @@ WRITE_LINE_MEMBER(mtx_state::mtx_tms9929a_interrupt)
***************************************************************************/
/*-------------------------------------------------
- MACHINE_CONFIG_START( mtx512, mtx_state )
+ MACHINE_CONFIG_START( mtx512 )
-------------------------------------------------*/
-static MACHINE_CONFIG_START( mtx512, mtx_state )
+static MACHINE_CONFIG_START( mtx512 )
/* basic machine hardware */
MCFG_CPU_ADD(Z80_TAG, Z80, XTAL_4MHz)
@@ -409,10 +409,10 @@ ROM_END
SYSTEM DRIVERS
***************************************************************************/
-/* YEAR NAME PARENT COMPAT MACHINE INPUT INIT COMPANY FULLNAME FLAGS */
-COMP( 1983, mtx512, 0, 0, mtx512, mtx512, driver_device, 0, "Memotech Ltd", "MTX 512", 0 )
-COMP( 1983, mtx500, mtx512, 0, mtx500, mtx512, driver_device, 0, "Memotech Ltd", "MTX 500", 0 )
-COMP( 1984, rs128, mtx512, 0, rs128, mtx512, driver_device, 0, "Memotech Ltd", "RS 128", 0 )
+// YEAR NAME PARENT COMPAT MACHINE INPUT STATE INIT COMPANY FULLNAME FLAGS
+COMP( 1983, mtx512, 0, 0, mtx512, mtx512, mtx_state, 0, "Memotech Ltd", "MTX 512", 0 )
+COMP( 1983, mtx500, mtx512, 0, mtx500, mtx512, mtx_state, 0, "Memotech Ltd", "MTX 500", 0 )
+COMP( 1984, rs128, mtx512, 0, rs128, mtx512, mtx_state, 0, "Memotech Ltd", "RS 128", 0 )
/*