mirror of
https://github.com/holub/mame
synced 2025-05-29 00:53:09 +03:00
fix #define.. stupid copy+paste errors
This commit is contained in:
parent
6d0e1723e8
commit
ae3e5b66e6
@ -142,7 +142,7 @@ typedef UINT32 (*video_update_func)(const device_config *screen, bitmap_t *bitma
|
|||||||
|
|
||||||
#ifdef MESS
|
#ifdef MESS
|
||||||
#define GAME_COMPUTER_MODIFIED 0x00008000 /* Official? Hack */
|
#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
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user