From ec7dce3ea35504a49e8388e59385422ebfb75adf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20St=C3=B6neberg?= Date: Tue, 19 Mar 2013 11:01:56 +0000 Subject: [PATCH] fixed name of software_list_device (nw) --- src/emu/softlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emu/softlist.c b/src/emu/softlist.c index 1ebb56e4ba7..9c007d78b60 100644 --- a/src/emu/softlist.c +++ b/src/emu/softlist.c @@ -32,7 +32,7 @@ const device_type SOFTWARE_LIST = &device_creator; //------------------------------------------------- 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)