summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/wms.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/wms.cpp')
-rw-r--r--src/mame/drivers/wms.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/wms.cpp b/src/mame/drivers/wms.cpp
index 01d9d085ce3..196d8b9f392 100644
--- a/src/mame/drivers/wms.cpp
+++ b/src/mame/drivers/wms.cpp
@@ -165,7 +165,7 @@ static GFXDECODE_START( wms )
GFXDECODE_END
-static MACHINE_CONFIG_START( wms, wms_state )
+static MACHINE_CONFIG_START( wms )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", I80188, MAIN_CLOCK ) // AMD N80C188-20, ( 40 MHz. internally divided by 2)
MCFG_CPU_PROGRAM_MAP(wms_map)