summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/lastfght.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/lastfght.cpp')
-rw-r--r--src/mame/drivers/lastfght.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/lastfght.cpp b/src/mame/drivers/lastfght.cpp
index 326147d30b9..760628ad48c 100644
--- a/src/mame/drivers/lastfght.cpp
+++ b/src/mame/drivers/lastfght.cpp
@@ -561,7 +561,7 @@ void lastfght_state::machine_reset()
m_c00006 = 0;
}
-static MACHINE_CONFIG_START( lastfght, lastfght_state )
+static MACHINE_CONFIG_START( lastfght )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", H83044, 32000000/2)