aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/util.cpp1
-rw-r--r--common/util.h4
2 files changed, 3 insertions, 2 deletions
diff --git a/common/util.cpp b/common/util.cpp
index 1effff310c..a203d32ea4 100644
--- a/common/util.cpp
+++ b/common/util.cpp
@@ -168,6 +168,7 @@ const PlatformDescription g_platforms[] = {
{"fmtowns", "towns", "FM-TOWNS", kPlatformFMTowns},
{"macintosh", "mac", "Macintosh", kPlatformMacintosh},
+ {"nes", "nes", "NES", kPlatformNES},
{"pc", "dos", "DOS", kPlatformPC},
{"windows", "windows", "Windows", kPlatformWindows},
diff --git a/common/util.h b/common/util.h
index a57d14efb4..5800023dfb 100644
--- a/common/util.h
+++ b/common/util.h
@@ -130,9 +130,9 @@ enum Platform {
kPlatformAtariST = 2,
kPlatformMacintosh = 3,
kPlatformFMTowns = 4,
- kPlatformWindows = 5
+ kPlatformWindows = 5,
+ kPlatformNES = 6
/*
- kPlatformNES,
kPlatformSEGA,
kPlatformPCEngine
*/