| Previous | 199869 Revisions | Next |
| r21965 Tuesday 19th March, 2013 at 11:01:56 UTC by Oliver Stöneberg |
|---|
| fixed name of software_list_device (nw) |
| [src/emu] | softlist.c |
| r21964 | r21965 | |
|---|---|---|
| 32 | 32 | //------------------------------------------------- |
| 33 | 33 | |
| 34 | 34 | software_list_device::software_list_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 35 | : device_t(mconfig, SOFTWARE_LIST, "Software list | |
| 35 | : device_t(mconfig, SOFTWARE_LIST, "Software list", tag, owner, clock), | |
| 36 | 36 | m_list_name(NULL), |
| 37 | 37 | m_list_type(SOFTWARE_LIST_ORIGINAL_SYSTEM), |
| 38 | 38 | m_filter(NULL) |
| Previous | 199869 Revisions | Next |