summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/mac128.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mac128.cpp')
-rw-r--r--src/mame/drivers/mac128.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mac128.cpp b/src/mame/drivers/mac128.cpp
index f2c202bc45e..0da4c911a62 100644
--- a/src/mame/drivers/mac128.cpp
+++ b/src/mame/drivers/mac128.cpp
@@ -1327,7 +1327,7 @@ static const floppy_interface mac_floppy_interface =
"floppy_3_5"
};
-static MACHINE_CONFIG_START( mac512ke, mac128_state )
+static MACHINE_CONFIG_START( mac512ke )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M68000, C7M) /* 7.8336 MHz */
MCFG_CPU_PROGRAM_MAP(mac512ke_map)