Fixed williams.c regression (no whatsnew)

This commit is contained in:
Miodrag Milanovic 2012-05-05 14:57:34 +00:00
parent 07dc968449
commit 9f07ffa548
2 changed files with 2 additions and 2 deletions

View File

@ -1693,7 +1693,7 @@ MACHINE_CONFIG_END
static MACHINE_CONFIG_DERIVED( joust2, williams2 )
/* basic machine hardware */
MCFG_WILLIAMS_CVSD_SOUND_ADD("cvsd")
MCFG_WILLIAMS_CVSD_SOUND_ADD("cvsd_sound")
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
MCFG_MACHINE_START(joust2)

View File

@ -13,7 +13,7 @@ class williams_state : public driver_device
public:
williams_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_cvsd_sound(*this, "cvsd"),
m_cvsd_sound(*this, "cvsd_sound"),
m_nvram(*this, "nvram") ,
m_videoram(*this, "videoram"),
m_blaster_palette_0(*this, "blaster_pal0"),