diff options
Diffstat (limited to 'src/mame/drivers/cischeat.cpp')
-rw-r--r-- | src/mame/drivers/cischeat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cischeat.cpp b/src/mame/drivers/cischeat.cpp index 20639f5812e..ddbe81ffdba 100644 --- a/src/mame/drivers/cischeat.cpp +++ b/src/mame/drivers/cischeat.cpp @@ -2259,7 +2259,7 @@ MACHINE_CONFIG_START(cischeat_state::captflag) MCFG_TIMER_ADD_NONE("motor_right") // Layout - MCFG_DEFAULT_LAYOUT(layout_captflag) + config.set_default_layout(layout_captflag); /* sound hardware */ SPEAKER(config, "lspeaker").front_left(); |