summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ladybug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ladybug.cpp')
-rw-r--r--src/mame/drivers/ladybug.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/ladybug.cpp b/src/mame/drivers/ladybug.cpp
index 03810f42619..61379b9413d 100644
--- a/src/mame/drivers/ladybug.cpp
+++ b/src/mame/drivers/ladybug.cpp
@@ -514,7 +514,7 @@ MACHINE_START_MEMBER(ladybug_state,ladybug)
{
}
-static MACHINE_CONFIG_START( ladybug )
+MACHINE_CONFIG_START(ladybug_state::ladybug)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", Z80, 4000000) /* 4 MHz */
@@ -551,7 +551,7 @@ static MACHINE_CONFIG_START( ladybug )
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
MACHINE_CONFIG_END
-static MACHINE_CONFIG_DERIVED( dorodon, ladybug )
+MACHINE_CONFIG_DERIVED(ladybug_state::dorodon, ladybug)
MCFG_CPU_MODIFY("maincpu")
MCFG_CPU_DECRYPTED_OPCODES_MAP(decrypted_opcodes_map)
MACHINE_CONFIG_END