summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vector06.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vector06.cpp')
-rw-r--r--src/mame/drivers/vector06.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/vector06.cpp b/src/mame/drivers/vector06.cpp
index 13eddbd87dc..6776a0f6f04 100644
--- a/src/mame/drivers/vector06.cpp
+++ b/src/mame/drivers/vector06.cpp
@@ -157,7 +157,7 @@ SLOT_INTERFACE_END
/* Machine driver */
-static MACHINE_CONFIG_START( vector06 )
+MACHINE_CONFIG_START(vector06_state::vector06)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", I8080, 3000000) // actual speed is wrong due to unemulated latency
MCFG_CPU_PROGRAM_MAP(vector06_mem)