diff options
Diffstat (limited to 'src/mame/drivers/x1twin.cpp')
-rw-r--r-- | src/mame/drivers/x1twin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/x1twin.cpp b/src/mame/drivers/x1twin.cpp index 336383ae730..8c2eec0fd30 100644 --- a/src/mame/drivers/x1twin.cpp +++ b/src/mame/drivers/x1twin.cpp @@ -454,7 +454,7 @@ MACHINE_CONFIG_START(x1twin_state::x1twin) MCFG_TIMER_ADD_SCANLINE("scantimer", pce_interrupt, "pce_screen", 0, 1) #endif - MCFG_DEFAULT_LAYOUT(layout_dualhsxs) + config.set_default_layout(layout_dualhsxs); /* video hardware */ MCFG_SCREEN_ADD("screen", RASTER) MCFG_SCREEN_REFRESH_RATE(60) |