summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/pgm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pgm.cpp')
-rw-r--r--src/mame/drivers/pgm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pgm.cpp b/src/mame/drivers/pgm.cpp
index 41ca6c8b6af..d79d04b828a 100644
--- a/src/mame/drivers/pgm.cpp
+++ b/src/mame/drivers/pgm.cpp
@@ -549,7 +549,7 @@ MACHINE_CONFIG_FRAGMENT( pgmbase )
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 5.0)
MACHINE_CONFIG_END
-MACHINE_CONFIG_START( pgm, pgm_state )
+MACHINE_CONFIG_START( pgm )
MCFG_FRAGMENT_ADD(pgmbase)
MACHINE_CONFIG_END