summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ioport.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-02-24 07:46:57 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-02-24 07:46:57 +0100
commit3abcaee63ff285514e8b51a60949c97a7dfa5304 (patch)
tree63e6be46c1932606689f9bfacc920d69cfc4b51f /src/emu/ioport.h
parent0cbd8782119b140920097a2bee76f36aef014be9 (diff)
Cleanups and version bump
Diffstat (limited to 'src/emu/ioport.h')
-rw-r--r--src/emu/ioport.h6
1 files changed, 3 insertions, 3 deletions
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;