fix #define.. stupid copy+paste errors

This commit is contained in:
davidhay 2009-02-02 22:55:45 +00:00
parent 6d0e1723e8
commit ae3e5b66e6

View File

@ -142,7 +142,7 @@ typedef UINT32 (*video_update_func)(const device_config *screen, bitmap_t *bitma
#ifdef MESS
#define GAME_COMPUTER_MODIFIED 0x00008000 /* Official? Hack */
#define GAME_COMPUTER 0x00001000 /* Driver is a computer (needs full keyboard) */
#define GAME_COMPUTER 0x00010000 /* Driver is a computer (needs full keyboard) */
#endif