mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
fixed name of software_list_device (nw)
This commit is contained in:
parent
555cd34b2d
commit
ec7dce3ea3
@ -32,7 +32,7 @@ const device_type SOFTWARE_LIST = &device_creator<software_list_device>;
|
||||
//-------------------------------------------------
|
||||
|
||||
software_list_device::software_list_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
|
||||
: device_t(mconfig, SOFTWARE_LIST, "Software lists", tag, owner, clock),
|
||||
: device_t(mconfig, SOFTWARE_LIST, "Software list", tag, owner, clock),
|
||||
m_list_name(NULL),
|
||||
m_list_type(SOFTWARE_LIST_ORIGINAL_SYSTEM),
|
||||
m_filter(NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user