summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/prof180x.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/prof180x.cpp')
-rw-r--r--src/mame/drivers/prof180x.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/prof180x.cpp b/src/mame/drivers/prof180x.cpp
index 60dd5623a5a..053f7020895 100644
--- a/src/mame/drivers/prof180x.cpp
+++ b/src/mame/drivers/prof180x.cpp
@@ -234,7 +234,7 @@ void prof180x_state::machine_reset()
}
}
-static MACHINE_CONFIG_START( prof180x )
+MACHINE_CONFIG_START(prof180x_state::prof180x)
/* basic machine hardware */
MCFG_CPU_ADD(HD64180_TAG, Z80, XTAL_9_216MHz)
MCFG_CPU_PROGRAM_MAP(prof180x_mem)