summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ssystem3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ssystem3.cpp')
-rw-r--r--src/mame/drivers/ssystem3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ssystem3.cpp b/src/mame/drivers/ssystem3.cpp
index c4a41b818f8..a0216f6fc26 100644
--- a/src/mame/drivers/ssystem3.cpp
+++ b/src/mame/drivers/ssystem3.cpp
@@ -286,7 +286,7 @@ INPUT_PORTS_END
-static MACHINE_CONFIG_START( ssystem3 )
+MACHINE_CONFIG_START(ssystem3_state::ssystem3)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M6502, 1000000)
MCFG_CPU_PROGRAM_MAP(ssystem3_map)