summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/softlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/softlist.h')
-rw-r--r--src/emu/softlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/softlist.h b/src/emu/softlist.h
index b5dd563ee73..bc139cda09c 100644
--- a/src/emu/softlist.h
+++ b/src/emu/softlist.h
@@ -44,7 +44,7 @@ struct software_info
const char *year; // Copyright year on title screen, actual release dates can be tracked in external resources
const char *publisher;
feature_list *other_info; // Here we store info like developer, serial #, etc. which belong to the software entry as a whole
- feature_list *shared_info; // Here we store info like TV standard compatibility, or add-on requirements, etc. which get inherited
+ feature_list *shared_info; // Here we store info like TV standard compatibility, or add-on requirements, etc. which get inherited
// by each part of this software entry (after loading these are stored in partdata->featurelist)
UINT32 supported;
software_part *partdata;