summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ioport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/ioport.h')
-rw-r--r--src/emu/ioport.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/ioport.h b/src/emu/ioport.h
index 53e1e9ad5e8..20f21bc4f76 100644
--- a/src/emu/ioport.h
+++ b/src/emu/ioport.h
@@ -357,7 +357,7 @@ enum ioport_type
IPT_UI_CLEAR,
IPT_UI_ZOOM_IN,
IPT_UI_ZOOM_OUT,
- IPT_UI_ZOOM_AUTO,
+ IPT_UI_ZOOM_DEFAULT,
IPT_UI_PREV_GROUP,
IPT_UI_NEXT_GROUP,
IPT_UI_ROTATE,
@@ -1462,7 +1462,7 @@ private:
attotime m_timecode_last_time;
// storage for inactive configuration
- util::xml::file * m_deselected_card_config; // using smart pointer would pull xmlfile.h into emu.h
+ std::unique_ptr<util::xml::file> m_deselected_card_config;
};