summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hankin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hankin.cpp')
-rw-r--r--src/mame/drivers/hankin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/hankin.cpp b/src/mame/drivers/hankin.cpp
index 7a0aeda7bfc..9a4c94e53bd 100644
--- a/src/mame/drivers/hankin.cpp
+++ b/src/mame/drivers/hankin.cpp
@@ -483,7 +483,7 @@ MACHINE_CONFIG_START(hankin_state::hankin)
MCFG_NVRAM_ADD_0FILL("nvram")
/* Video */
- MCFG_DEFAULT_LAYOUT(layout_hankin)
+ config.set_default_layout(layout_hankin);
/* Sound */
genpin_audio(config);