fix comment

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

View File

@ -137,7 +137,7 @@ typedef UINT32 (*video_update_func)(const device_config *screen, bitmap_t *bitma
#define GAME_SUPPORTS_SAVE 0x00000800 /* game supports save states */
#define GAME_IS_BIOS_ROOT 0x00001000 /* this driver entry is a BIOS root */
#define GAME_NO_STANDALONE 0x00002000 /* this driver cannot stand alone */
#define GAME_REQUIRES_ARTWORK 0x00004000 /* this driver cannot stand alone */
#define GAME_REQUIRES_ARTWORK 0x00004000 /* the driver requires external artwork for key elements of the game */
#ifdef MESS