From 3abcaee63ff285514e8b51a60949c97a7dfa5304 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 24 Feb 2016 07:46:57 +0100 Subject: Cleanups and version bump --- src/emu/ioport.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/emu/ioport.h') diff --git a/src/emu/ioport.h b/src/emu/ioport.h index 6d9d941fa4a..bc8dab543be 100644 --- a/src/emu/ioport.h +++ b/src/emu/ioport.h @@ -1096,7 +1096,7 @@ public: struct user_settings { ioport_value value; // for DIP switches - bool autofire; // for autofire settings + bool autofire; // for autofire settings input_seq seq[SEQ_TYPE_TOTAL]; // sequences of all types INT32 sensitivity; // for analog controls INT32 delta; // for analog controls @@ -1486,8 +1486,8 @@ private: UINT64 m_playback_accumulated_speed; // accumulated speed during playback UINT32 m_playback_accumulated_frames; // accumulated frames during playback emu_file m_timecode_file; // timecode/frames playback file (NULL if not recording) - int m_timecode_count; - attotime m_timecode_last_time; + int m_timecode_count; + attotime m_timecode_last_time; // has... bool m_has_configs; -- cgit v1.2.3-70-g09d2