summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/punchout.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/punchout.cpp')
-rw-r--r--src/mame/drivers/punchout.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/punchout.cpp b/src/mame/drivers/punchout.cpp
index 4242cd10c15..20cec8cd3ab 100644
--- a/src/mame/drivers/punchout.cpp
+++ b/src/mame/drivers/punchout.cpp
@@ -647,7 +647,7 @@ MACHINE_CONFIG_START(punchout_state::punchout)
/* video hardware */
MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_punchout)
MCFG_PALETTE_ADD("palette", 0x200)
- MCFG_DEFAULT_LAYOUT(layout_dualhovu)
+ config.set_default_layout(layout_dualhovu);
screen_device &top(SCREEN(config, "top", SCREEN_TYPE_RASTER));
top.set_refresh_hz(60);