summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/infoxml.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mame/infoxml.h')
-rw-r--r--src/frontend/mame/infoxml.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/frontend/mame/infoxml.h b/src/frontend/mame/infoxml.h
index 690610d1e70..00a614bcd3a 100644
--- a/src/frontend/mame/infoxml.h
+++ b/src/frontend/mame/infoxml.h
@@ -34,6 +34,8 @@ public:
void output(std::ostream &out, const std::vector<std::string> &patterns);
void output(std::ostream &out, const std::function<bool(const char *shortname, bool &done)> &filter = { }, bool include_devices = true);
+ static char const *feature_name(device_t::feature_type feature);
+
private:
// internal state
emu_options m_lookup_options;