aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTravis Howell2006-01-14 09:28:38 +0000
committerTravis Howell2006-01-14 09:28:38 +0000
commitad14c5311029314e46918af764266c0c46ba6a77 (patch)
treeb89c1c5182f6590eece97f9d3ed3d256c1879a5b /tools
parentb49ebb5be0e8829cf158c03bf8a60d46a949cb0b (diff)
downloadscummvm-rg350-ad14c5311029314e46918af764266c0c46ba6a77.tar.gz
scummvm-rg350-ad14c5311029314e46918af764266c0c46ba6a77.tar.bz2
scummvm-rg350-ad14c5311029314e46918af764266c0c46ba6a77.zip
Add SegaCD platform and remove SegaCD specific game Id.
svn-id: r20015
Diffstat (limited to 'tools')
-rw-r--r--tools/md5table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/md5table.c b/tools/md5table.c
index dde2c6397a..95b92e90c4 100644
--- a/tools/md5table.c
+++ b/tools/md5table.c
@@ -78,7 +78,7 @@ static const StringMap platformMap[] = {
{ "FM-TOWNS", "kPlatformFMTowns" },
{ "Mac", "kPlatformMacintosh" },
{ "NES", "kPlatformNES" },
- { "SEGA", "kPlatformUnknown" },
+ { "SEGA", "kPlatformSegaCD" },
{ "Windows", "kPlatformWindows" },
{ "All?", "kPlatformUnknown" },