diff options
author | 2011-05-24 00:13:27 +0000 | |
---|---|---|
committer | 2011-05-24 00:13:27 +0000 | |
commit | 95f06e11a8766e27e7c955e48ea9b84e533624fb (patch) | |
tree | ef17f8bc9d4ccd7397ac85c01c0851bb656cd87b /src/emu/inptport.h | |
parent | 873978a025ef08f52e203ff2d1b2a4e47d6142b3 (diff) |
Cleanups and version bumpmame0142u4
Diffstat (limited to 'src/emu/inptport.h')
-rw-r--r-- | src/emu/inptport.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/inptport.h b/src/emu/inptport.h index c024cc05715..521b8c2a230 100644 --- a/src/emu/inptport.h +++ b/src/emu/inptport.h @@ -706,9 +706,9 @@ public: simple_list<input_field_config> &fieldlist() { return m_fieldlist; } const char *tag() const { return m_tag; } int modcount() const { return m_modcount; } - + void bump_modcount() { m_modcount++; } - + void collapse_fields(astring &errorbuf); /* these fields are only valid if the port is live */ |