mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
Rename device setname/description to denote as legacy/to be removed to allow both instances to show in XML/device output (nw)
This commit is contained in:
parent
170355d968
commit
b649a677b1
@ -26,7 +26,7 @@ const device_type SCC8530 = &device_creator<scc8530_t>;
|
||||
***************************************************************************/
|
||||
|
||||
scc8530_t::scc8530_t(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
|
||||
device_t(mconfig, SCC8530, "Zilog 8530 SCC", tag, owner, clock, "scc8530", __FILE__),
|
||||
device_t(mconfig, SCC8530, "Zilog 8530 SCC (Legacy)", tag, owner, clock, "scc8530l", __FILE__),
|
||||
intrq_cb(*this)
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user