mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
MESS-specific compilation fix
This commit is contained in:
parent
a2c68b589f
commit
aa3dfa8811
@ -142,7 +142,7 @@ enum
|
|||||||
DEFINE_BITFIELD_ENUM(ActivationKeyMessage, 4, 4),
|
DEFINE_BITFIELD_ENUM(ActivationKeyMessage, 4, 4),
|
||||||
DEFINE_BITFIELD_ENUM(LoadOldFormat, 5, 5),
|
DEFINE_BITFIELD_ENUM(LoadOldFormat, 5, 5),
|
||||||
#ifdef MESS
|
#ifdef MESS
|
||||||
DEFINE_BITFIELD_ENUM(SharedCode, 6, 6)
|
DEFINE_BITFIELD_ENUM(SharedCode, 6, 6),
|
||||||
#endif
|
#endif
|
||||||
DEFINE_BITFIELD_ENUM(VerticalKeyRepeatSpeed, 8, 11),
|
DEFINE_BITFIELD_ENUM(VerticalKeyRepeatSpeed, 8, 11),
|
||||||
DEFINE_BITFIELD_ENUM(HorizontalKeyRepeatSpeed, 12, 15),
|
DEFINE_BITFIELD_ENUM(HorizontalKeyRepeatSpeed, 12, 15),
|
||||||
|
Loading…
Reference in New Issue
Block a user