summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/g627.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/g627.cpp')
-rw-r--r--src/mame/drivers/g627.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/g627.cpp b/src/mame/drivers/g627.cpp
index 66c0919f050..069c750b811 100644
--- a/src/mame/drivers/g627.cpp
+++ b/src/mame/drivers/g627.cpp
@@ -286,7 +286,7 @@ WRITE8_MEMBER( g627_state::lamp_w )
}
}
-static MACHINE_CONFIG_START( g627, g627_state )
+static MACHINE_CONFIG_START( g627 )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", Z80, 14138000/8)
MCFG_CPU_PROGRAM_MAP(g627_map)