diff options
author | 2016-04-21 20:52:21 +0200 | |
---|---|---|
committer | 2016-04-21 20:52:21 +0200 | |
commit | 682bc907644430982629f9a8a27b9cce802f8a23 (patch) | |
tree | 61d35015b603cb76a6814c0cdad06e48756114a9 /src/emu/info.cpp | |
parent | e5690695e1d36d8ff9f0d8d61d28fec472842462 (diff) |
Created mame_options as 1st step towards creating core independent of MAME implementation (nw)
Diffstat (limited to 'src/emu/info.cpp')
-rw-r--r-- | src/emu/info.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/info.cpp b/src/emu/info.cpp index 7f64e85b596..9169796f04d 100644 --- a/src/emu/info.cpp +++ b/src/emu/info.cpp @@ -184,7 +184,7 @@ info_xml_creator::info_xml_creator(driver_enumerator &drivlist) m_drivlist(drivlist), m_lookup_options(m_drivlist.options()) { - m_lookup_options.remove_device_options(); + mame_options::remove_device_options(m_lookup_options); } |