summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/prof80.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/prof80.cpp')
-rw-r--r--src/mame/drivers/prof80.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/prof80.cpp b/src/mame/drivers/prof80.cpp
index b1b55ea40f0..d856aee5f88 100644
--- a/src/mame/drivers/prof80.cpp
+++ b/src/mame/drivers/prof80.cpp
@@ -443,7 +443,7 @@ void prof80_state::machine_start()
// MACHINE_CONFIG( prof80 )
//-------------------------------------------------
-static MACHINE_CONFIG_START( prof80 )
+MACHINE_CONFIG_START(prof80_state::prof80)
// basic machine hardware
MCFG_CPU_ADD(Z80_TAG, Z80, XTAL_6MHz)
MCFG_CPU_PROGRAM_MAP(prof80_mem)