From 6d0e1723e8c705b1b17cac5f86f0ec6200edb473 Mon Sep 17 00:00:00 2001 From: davidhay Date: Mon, 2 Feb 2009 22:55:10 +0000 Subject: [PATCH] fix comment --- src/emu/driver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emu/driver.h b/src/emu/driver.h index f19adfd1c0c..b603501ab98 100644 --- a/src/emu/driver.h +++ b/src/emu/driver.h @@ -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