From c6b037b9ed7e9bac002b458f57538ca6c4d6b730 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Fri, 30 Jul 2004 09:00:29 +0000 Subject: Reduce simon 1/2 targets Add auto detection svn-id: r14361 --- simon/simon-md5.h | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 simon/simon-md5.h (limited to 'simon/simon-md5.h') diff --git a/simon/simon-md5.h b/simon/simon-md5.h new file mode 100644 index 0000000000..132f71768a --- /dev/null +++ b/simon/simon-md5.h @@ -0,0 +1,28 @@ +/* + This file was generated by the md5table tool on Thu Mar 25 11:31:33 2004 + DO NOT EDIT MANUALLY! + */ + +struct MD5Table { + const char *md5; + const char *target; + Common::Language language; + Common::Platform platform; +}; + +static const MD5Table md5table[] = { + { "078b04da0974a40645b92baffdf2781e", "simon2talkie", Common::EN_USA, Common::kPlatformPC }, + { "27c8e7feada80c75b70b9c2f6088d519", "simon2dos", Common::EN_USA, Common::kPlatformPC }, + { "465eed710cc242b2de7dc77edd467c4c", "simon1dos", Common::EN_USA, Common::kPlatformPC }, + { "48ce4ffda968cc7a38870c354571f92c", "simon1dos", Common::EN_USA, Common::kPlatformPC }, + { "9d58f84988634d217c944cd4153a2a3b", "simon1talkie", Common::HB_ISR, Common::kPlatformPC }, + { "a3cbdd3450f9fccb0a9d8d6dc28f66fe", "simon2talkie", Common::HB_ISR, Common::kPlatformPC }, + { "bd85a8b5135592ada9cbeae49160f1d3", "simon2win", Common::EN_USA, Common::kPlatformPC }, + { "bed9134804d96f72afa152b8ec5628c3", "simon1dos", Common::FR_FRA, Common::kPlatformPC }, + { "c8ddd48919aa75423dd2d3e5864909df", "simon2talkie", Common::FR_FRA, Common::kPlatformPC }, + { "c8f5b860a20dcc63915d94cf2bdcfa49", "simon1dos", Common::IT_ITA, Common::kPlatformPC }, + { "d22302abf44219f95d50f2faa807dd1a", "simon1win", Common::EN_USA, Common::kPlatformPC }, + { "d545db8a0efae95a90b23da81aadb201", "simon1talkie", Common::EN_USA, Common::kPlatformPC }, + { "e3712b3ed4429e736123a40276f533d7", "simon1talkie", Common::ES_ESP, Common::kPlatformPC }, + { 0, 0, Common::UNK_LANG, Common::kPlatformUnknown } +}; -- cgit v1.2.3