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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/ioport.h b/src/emu/ioport.h
index 7b434c55fdd..6816f431afe 100644
--- a/src/emu/ioport.h
+++ b/src/emu/ioport.h
@@ -54,7 +54,7 @@ enum input_seq_type
SEQ_TYPE_DECREMENT,
SEQ_TYPE_TOTAL
};
-DECLARE_ENUM_OPERATORS(input_seq_type)
+DECLARE_ENUM_INCDEC_OPERATORS(input_seq_type)
// crosshair types
@@ -402,7 +402,7 @@ enum ioport_type
IPT_COUNT
};
-DECLARE_ENUM_OPERATORS(ioport_type)
+DECLARE_ENUM_INCDEC_OPERATORS(ioport_type)
// aliases for some types
#define IPT_PADDLE_H IPT_PADDLE
#define IPT_PEDAL1 IPT_PEDAL
@@ -874,7 +874,7 @@ private:
u8 m_current4way; // current 4-way value
u8 m_previous; // previous value
};
-DECLARE_ENUM_OPERATORS(digital_joystick::direction_t)
+DECLARE_ENUM_INCDEC_OPERATORS(digital_joystick::direction_t)
// ======================> ioport_condition