summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/s11a.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/s11a.cpp')
-rw-r--r--src/mame/drivers/s11a.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/s11a.cpp b/src/mame/drivers/s11a.cpp
index 3d761646231..db25b29d2c2 100644
--- a/src/mame/drivers/s11a.cpp
+++ b/src/mame/drivers/s11a.cpp
@@ -171,7 +171,7 @@ DRIVER_INIT_MEMBER( s11a_state, s11a )
s11_state::init_s11();
}
-static MACHINE_CONFIG_START( s11a )
+MACHINE_CONFIG_START(s11a_state::s11a)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M6808, XTAL_4MHz)
MCFG_CPU_PROGRAM_MAP(s11a_main_map)