From 1a7c2979117faae731c3886b751d4c6880f9c9ec Mon Sep 17 00:00:00 2001 From: Scott Stone Date: Fri, 3 Feb 2017 16:12:47 -0500 Subject: [PATCH] Avoid confusion of "Speakeasy" description shared between a machine and a device, expanding on the device's shortname and description (nw) --- src/devices/bus/vic20/speakeasy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/bus/vic20/speakeasy.cpp b/src/devices/bus/vic20/speakeasy.cpp index e1e72d9c5b9..d13a1908c75 100644 --- a/src/devices/bus/vic20/speakeasy.cpp +++ b/src/devices/bus/vic20/speakeasy.cpp @@ -59,7 +59,7 @@ machine_config_constructor vic20_speakeasy_t::device_mconfig_additions() const //------------------------------------------------- vic20_speakeasy_t::vic20_speakeasy_t(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) : - device_t(mconfig, VIC20_SPEAKEASY, "Speakeasy", tag, owner, clock, "speakeasy", __FILE__), + device_t(mconfig, VIC20_SPEAKEASY, "Speakeasy VIC20", tag, owner, clock, "speakeasyvic20", __FILE__), device_vic20_expansion_card_interface(mconfig, *this), m_votrax(*this, SC01A_TAG) {