summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/softbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/softbox.cpp')
-rw-r--r--src/mame/drivers/softbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/softbox.cpp b/src/mame/drivers/softbox.cpp
index 293fc9275d4..f0076c7125a 100644
--- a/src/mame/drivers/softbox.cpp
+++ b/src/mame/drivers/softbox.cpp
@@ -368,7 +368,7 @@ void softbox_state::ieee488_ifc(int state)
// MACHINE_CONFIG( softbox )
//-------------------------------------------------
-static MACHINE_CONFIG_START( softbox )
+MACHINE_CONFIG_START(softbox_state::softbox)
// basic machine hardware
MCFG_CPU_ADD(Z80_TAG, Z80, XTAL_8MHz/2)
MCFG_CPU_PROGRAM_MAP(softbox_mem)