summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/thunderx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/thunderx.cpp')
-rw-r--r--src/mame/drivers/thunderx.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/thunderx.cpp b/src/mame/drivers/thunderx.cpp
index 6aa34d5a220..a72990ba618 100644
--- a/src/mame/drivers/thunderx.cpp
+++ b/src/mame/drivers/thunderx.cpp
@@ -630,7 +630,7 @@ void thunderx_state::machine_reset()
m_priority = 0;
}
-static MACHINE_CONFIG_START( scontra )
+MACHINE_CONFIG_START(thunderx_state::scontra)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", KONAMI, XTAL_24MHz/2/4) /* 052001 (verified on pcb) */
@@ -693,7 +693,7 @@ WRITE8_MEMBER( thunderx_state::banking_callback )
m_rombank->set_entry(data & 0x0f);
}
-static MACHINE_CONFIG_DERIVED( thunderx, scontra )
+MACHINE_CONFIG_DERIVED(thunderx_state::thunderx, scontra)
/* basic machine hardware */
MCFG_DEVICE_MODIFY("maincpu") /* 052001 (verified on pcb) */
@@ -710,7 +710,7 @@ static MACHINE_CONFIG_DERIVED( thunderx, scontra )
MCFG_DEVICE_REMOVE("k007232")
MACHINE_CONFIG_END
-static MACHINE_CONFIG_DERIVED( gbusters, scontra )
+MACHINE_CONFIG_DERIVED(thunderx_state::gbusters, scontra)
/* basic machine hardware */
MCFG_DEVICE_MODIFY("maincpu") /* 052526 */