From 4ca5f9056076aae7665b4a28f564fa8681b35744 Mon Sep 17 00:00:00 2001 From: Scott Stone Date: Mon, 16 Jun 2014 15:15:37 +0000 Subject: [PATCH] Duplicate description fix (nw) --- src/mess/audio/gb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mess/audio/gb.c b/src/mess/audio/gb.c index 83823294d25..2f1867aee8e 100644 --- a/src/mess/audio/gb.c +++ b/src/mess/audio/gb.c @@ -104,7 +104,7 @@ const device_type GAMEBOY = &device_creator; //------------------------------------------------- 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) { }