fixed name of software_list_device (nw)

This commit is contained in:
Oliver Stöneberg 2013-03-19 11:01:56 +00:00
parent 555cd34b2d
commit ec7dce3ea3

View File

@ -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)