mirror of
https://github.com/holub/mame
synced 2025-05-28 16:43:04 +03:00
fix comment
This commit is contained in:
parent
ed3bf17889
commit
6d0e1723e8
@ -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_SUPPORTS_SAVE 0x00000800 /* game supports save states */
|
||||||
#define GAME_IS_BIOS_ROOT 0x00001000 /* this driver entry is a BIOS root */
|
#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_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
|
#ifdef MESS
|
||||||
|
Loading…
Reference in New Issue
Block a user