summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/inptport.h
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2011-06-05 22:35:20 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2011-06-05 22:35:20 +0000
commita449c766a220e5edcfc5aeb03730813a929a7c8a (patch)
tree5b6a67fa3ffcc07fb2276420fffe6111679e29e8 /src/emu/inptport.h
parent910fff0955cf27aa904843c130ede859231642b8 (diff)
Cleanups and version bumpmame0142u5
Diffstat (limited to 'src/emu/inptport.h')
-rw-r--r--src/emu/inptport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/inptport.h b/src/emu/inptport.h
index f6679f3337c..6e98213ad97 100644
--- a/src/emu/inptport.h
+++ b/src/emu/inptport.h
@@ -727,7 +727,7 @@ private:
class input_type_entry
{
friend class simple_list<input_type_entry>;
-
+
public:
input_type_entry(UINT32 type, ioport_group group, int player, const char *token, const char *name, input_seq standard);
input_type_entry(UINT32 type, ioport_group group, int player, const char *token, const char *name, input_seq standard, input_seq decrement, input_seq increment);