summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/usgames.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/usgames.cpp')
-rw-r--r--src/mame/drivers/usgames.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/usgames.cpp b/src/mame/drivers/usgames.cpp
index 48c358c70e9..57fe79e8701 100644
--- a/src/mame/drivers/usgames.cpp
+++ b/src/mame/drivers/usgames.cpp
@@ -217,7 +217,7 @@ static GFXDECODE_START( usgames )
GFXDECODE_END
-static MACHINE_CONFIG_START( usg32 )
+MACHINE_CONFIG_START(usgames_state::usg32)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M6809, 2000000) /* ?? */
@@ -250,7 +250,7 @@ static MACHINE_CONFIG_START( usg32 )
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.30)
MACHINE_CONFIG_END
-static MACHINE_CONFIG_DERIVED( usg185, usg32 )
+MACHINE_CONFIG_DERIVED(usgames_state::usg185, usg32)
MCFG_CPU_MODIFY("maincpu")
MCFG_CPU_PROGRAM_MAP(usg185_map)
MACHINE_CONFIG_END