mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +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(LoadOldFormat, 5, 5),
|
||||
#ifdef MESS
|
||||
DEFINE_BITFIELD_ENUM(SharedCode, 6, 6)
|
||||
DEFINE_BITFIELD_ENUM(SharedCode, 6, 6),
|
||||
#endif
|
||||
DEFINE_BITFIELD_ENUM(VerticalKeyRepeatSpeed, 8, 11),
|
||||
DEFINE_BITFIELD_ENUM(HorizontalKeyRepeatSpeed, 12, 15),
|
||||
|
Loading…
Reference in New Issue
Block a user