Duplicate description fix (nw)

This commit is contained in:
Scott Stone 2014-06-16 15:15:37 +00:00
parent e7fca62c13
commit 4ca5f90560

View File

@ -104,7 +104,7 @@ const device_type GAMEBOY = &device_creator<gameboy_sound_device>;
//-------------------------------------------------
gameboy_sound_device::gameboy_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, GAMEBOY, "LR35902", tag, owner, clock, "gameboy_sound", __FILE__),
: device_t(mconfig, GAMEBOY, "Gameboy Audio (LR35902)", tag, owner, clock, "gameboy_sound", __FILE__),
device_sound_interface(mconfig, *this)
{
}