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.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/usgames.cpp b/src/mame/drivers/usgames.cpp
index 76bb4d11740..919038be4f4 100644
--- a/src/mame/drivers/usgames.cpp
+++ b/src/mame/drivers/usgames.cpp
@@ -250,7 +250,8 @@ MACHINE_CONFIG_START(usgames_state::usg32)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.30)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(usgames_state::usg185, usg32)
+MACHINE_CONFIG_START(usgames_state::usg185)
+ usg32(config);
MCFG_CPU_MODIFY("maincpu")
MCFG_CPU_PROGRAM_MAP(usg185_map)
MACHINE_CONFIG_END