mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
added aliases for some IPT_x
This commit is contained in:
parent
aea0a1b006
commit
20bc5ce403
@ -399,6 +399,11 @@ enum ioport_type
|
||||
IPT_COUNT
|
||||
};
|
||||
DECLARE_ENUM_OPERATORS(ioport_type)
|
||||
// aliases for some types
|
||||
#define IPT_PADDLE_H IPT_PADDLE
|
||||
#define IPT_PEDAL1 IPT_PEDAL
|
||||
#define IPT_POSITIONAL_H IPT_POSITIONAL
|
||||
#define IPT_DIAL_H IPT_DIAL
|
||||
|
||||
|
||||
// input type classes
|
||||
|
Loading…
Reference in New Issue
Block a user