summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/compgolf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/compgolf.cpp')
-rw-r--r--src/mame/drivers/compgolf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/compgolf.cpp b/src/mame/drivers/compgolf.cpp
index ba6f2db68b7..981ff425cda 100644
--- a/src/mame/drivers/compgolf.cpp
+++ b/src/mame/drivers/compgolf.cpp
@@ -221,7 +221,7 @@ void compgolf_state::machine_reset()
m_scrolly_hi = 0;
}
-static MACHINE_CONFIG_START( compgolf, compgolf_state )
+static MACHINE_CONFIG_START( compgolf )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M6809, 2000000)