summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/prophet600.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/prophet600.cpp')
-rw-r--r--src/mame/drivers/prophet600.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/prophet600.cpp b/src/mame/drivers/prophet600.cpp
index eac3bc6f695..2b8291583b6 100644
--- a/src/mame/drivers/prophet600.cpp
+++ b/src/mame/drivers/prophet600.cpp
@@ -276,7 +276,7 @@ MACHINE_CONFIG_START(prophet600_state::prophet600)
MCFG_DEVICE_PROGRAM_MAP(cpu_map)
MCFG_DEVICE_IO_MAP(io_map)
- MCFG_DEFAULT_LAYOUT( layout_prophet600 )
+ config.set_default_layout(layout_prophet600);
MCFG_DEVICE_ADD(PIT_TAG, PIT8253, XTAL(8'000'000)/4)
MCFG_PIT8253_CLK0(XTAL(8'000'000)/4)