diff options
| author | 2012-01-29 16:34:26 +0000 | |
|---|---|---|
| committer | 2012-01-29 16:34:26 +0000 | |
| commit | 505442d0a0bdc2944f699d9102ae0829703a5407 (patch) | |
| tree | 1a4c2f72533c67984e0112d35905f480a3a9b0ea /src/emu/softlist.h | |
| parent | 5d0cb30e84215504e368130db9e4573c37e458f2 (diff) | |
Clean-ups and version bumpmame0144u7
Diffstat (limited to 'src/emu/softlist.h')
| -rw-r--r-- | src/emu/softlist.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/emu/softlist.h b/src/emu/softlist.h index 6c8b5af041e..d4391e812c8 100644 --- a/src/emu/softlist.h +++ b/src/emu/softlist.h @@ -60,12 +60,12 @@ public: // inline configuration helpers static void static_set_config(device_t &device, const char *list, softlist_type list_type); static void static_set_filter(device_t &device, const char *filter); - + // getters const char *list_name() const { return m_list_name; } softlist_type list_type() const { return m_list_type; } const char *filter() const { return m_filter; } - + // validation helpers static void reset_checked_lists() { s_checked_lists.reset(); } @@ -76,9 +76,9 @@ protected: // configuration state const char * m_list_name; - softlist_type m_list_type; + softlist_type m_list_type; const char * m_filter; - + // static state static tagmap_t<UINT8> s_checked_lists; }; |
