diff options
| author | 2008-06-27 01:10:39 +0000 | |
|---|---|---|
| committer | 2008-06-27 01:10:39 +0000 | |
| commit | aa3dfa8811c0722f83e8d010c5f50de45e966528 (patch) | |
| tree | 44abc0a789d9c247bbd60122a384c9004fadf3d6 | |
| parent | a2c68b589fa21c5f844ebb03ced290c1bffd4292 (diff) | |
MESS-specific compilation fix
| -rw-r--r-- | src/emu/cheat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cheat.c b/src/emu/cheat.c index b7fd93da06c..9abba3b1476 100644 --- a/src/emu/cheat.c +++ b/src/emu/cheat.c @@ -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), |
