diff options
Diffstat (limited to 'src/mame/drivers/wpc_an.cpp')
-rw-r--r-- | src/mame/drivers/wpc_an.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/wpc_an.cpp b/src/mame/drivers/wpc_an.cpp index e82a82ec545..317ccca254d 100644 --- a/src/mame/drivers/wpc_an.cpp +++ b/src/mame/drivers/wpc_an.cpp @@ -343,7 +343,7 @@ MACHINE_CONFIG_START(wpc_an_state::wpc_an_base) MCFG_WPC_SOUND_DATA(READ8(*this, wpc_an_state,wpc_sound_data_r),WRITE8(*this, wpc_an_state,wpc_sound_data_w)) MCFG_WPC_SOUND_S11C(WRITE8(*this, wpc_an_state,wpc_sound_s11_w)) - MCFG_DEFAULT_LAYOUT(layout_wpc_an) + config.set_default_layout(layout_wpc_an); MACHINE_CONFIG_END MACHINE_CONFIG_START(wpc_an_state::wpc_an) |