mirror of
https://github.com/holub/mame
synced 2025-04-25 01:40:16 +03:00
Fixed williams.c regression (no whatsnew)
This commit is contained in:
parent
07dc968449
commit
9f07ffa548
@ -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)
|
||||
|
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user