summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/hp9845.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hp9845.cpp')
-rw-r--r--src/mame/drivers/hp9845.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/hp9845.cpp b/src/mame/drivers/hp9845.cpp
index 725bbeca997..2ae2eb70c9a 100644
--- a/src/mame/drivers/hp9845.cpp
+++ b/src/mame/drivers/hp9845.cpp
@@ -3835,7 +3835,7 @@ MACHINE_CONFIG_START(hp9845b_state::hp9845b)
MCFG_PALETTE_ADD("palette", 4)
MCFG_TIMER_DRIVER_ADD_SCANLINE("scantimer", hp9845b_state, scanline_timer, "screen", 0, 1)
- MCFG_DEFAULT_LAYOUT(layout_hp9845b)
+ config.set_default_layout(layout_hp9845b);
MCFG_SOFTWARE_LIST_ADD("optrom_list", "hp9845b_rom")