summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/llc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/llc.cpp')
-rw-r--r--src/mame/drivers/llc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/llc.cpp b/src/mame/drivers/llc.cpp
index ade1d3c994c..7c797394aa6 100644
--- a/src/mame/drivers/llc.cpp
+++ b/src/mame/drivers/llc.cpp
@@ -195,7 +195,7 @@ static GFXDECODE_START( llc2 )
GFXDECODE_END
/* Machine driver */
-static MACHINE_CONFIG_START( llc1 )
+MACHINE_CONFIG_START(llc_state::llc1)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", Z80, XTAL_3MHz)
MCFG_Z80_DAISY_CHAIN(llc1_daisy_chain)
@@ -239,7 +239,7 @@ static MACHINE_CONFIG_START( llc1 )
MCFG_GENERIC_KEYBOARD_CB(PUT(llc_state, kbd_put))
MACHINE_CONFIG_END
-static MACHINE_CONFIG_START( llc2 )
+MACHINE_CONFIG_START(llc_state::llc2)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", Z80, XTAL_3MHz)
MCFG_Z80_DAISY_CHAIN(llc2_daisy_chain)