summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/b2m.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/b2m.cpp')
-rw-r--r--src/mame/drivers/b2m.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/b2m.cpp b/src/mame/drivers/b2m.cpp
index 0d383ac4e06..9a72f7d5581 100644
--- a/src/mame/drivers/b2m.cpp
+++ b/src/mame/drivers/b2m.cpp
@@ -185,7 +185,7 @@ SLOT_INTERFACE_END
/* Machine driver */
-static MACHINE_CONFIG_START( b2m )
+MACHINE_CONFIG_START(b2m_state::b2m)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", I8080, 2000000)
MCFG_CPU_PROGRAM_MAP(b2m_mem)
@@ -251,7 +251,7 @@ static MACHINE_CONFIG_START( b2m )
MCFG_RAM_DEFAULT_VALUE(0x00)
MACHINE_CONFIG_END
-static MACHINE_CONFIG_DERIVED( b2mrom, b2m )
+MACHINE_CONFIG_DERIVED(b2m_state::b2mrom, b2m)
MCFG_CPU_MODIFY("maincpu")
MCFG_CPU_IO_MAP(b2m_rom_io)
MACHINE_CONFIG_END