mirror of
https://github.com/holub/mame
synced 2025-06-05 20:33:45 +03:00
Duplicate description fix (nw)
This commit is contained in:
parent
e7fca62c13
commit
4ca5f90560
@ -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)
|
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)
|
device_sound_interface(mconfig, *this)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user