mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
Avoid confusion of "Speakeasy" description shared between a machine and a device, expanding on the device's shortname and description (nw)
This commit is contained in:
parent
f216ff8470
commit
1a7c297911
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user