mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 14:51:40 +00:00
Fix V1 demo of maniac
svn-id: r22667
This commit is contained in:
parent
7e287a08ce
commit
b858a6de65
@ -208,9 +208,10 @@ static const ObsoleteGameID obsoleteGameIDsTable[] = {
|
||||
static const GameSettings gameVariantsTable[] = {
|
||||
{"maniac", "C64", GID_MANIAC, 0, 0, MDT_PCSPK, GF_SMALL_HEADER | GF_NO_SCALING | GF_16COLOR | GF_USE_KEY | GF_OLD_BUNDLE, Common::kPlatformC64},
|
||||
{"maniac", "V1", GID_MANIAC, 1, 0, MDT_PCSPK, GF_SMALL_HEADER | GF_NO_SCALING | GF_16COLOR | GF_USE_KEY | GF_OLD_BUNDLE, Common::kPlatformPC},
|
||||
{"maniac", "V1 Demo", GID_MANIAC, 1, 0, MDT_PCSPK, GF_SMALL_HEADER | GF_NO_SCALING | GF_16COLOR | GF_USE_KEY | GF_OLD_BUNDLE | GF_DEMO, Common::kPlatformPC},
|
||||
{"maniac", "NES", GID_MANIAC, 1, 0, MDT_NONE, GF_SMALL_HEADER | GF_NO_SCALING | GF_16COLOR | GF_USE_KEY | GF_OLD_BUNDLE, Common::kPlatformNES},
|
||||
{"maniac", "V2", GID_MANIAC, 2, 0, MDT_PCSPK, GF_SMALL_HEADER | GF_NO_SCALING | GF_16COLOR | GF_USE_KEY | GF_OLD_BUNDLE, UNK},
|
||||
{"maniac", "Demo", GID_MANIAC, 2, 0, MDT_PCSPK, GF_SMALL_HEADER | GF_NO_SCALING | GF_16COLOR | GF_USE_KEY | GF_OLD_BUNDLE | GF_DEMO, Common::kPlatformPC},
|
||||
{"maniac", "V2 Demo", GID_MANIAC, 2, 0, MDT_PCSPK, GF_SMALL_HEADER | GF_NO_SCALING | GF_16COLOR | GF_USE_KEY | GF_OLD_BUNDLE | GF_DEMO, Common::kPlatformPC},
|
||||
|
||||
{"zak", "V1", GID_ZAK, 1, 0, MDT_PCSPK, GF_SMALL_HEADER | GF_NO_SCALING | GF_16COLOR | GF_USE_KEY | GF_OLD_BUNDLE, UNK},
|
||||
{"zak", "V2", GID_ZAK, 2, 0, MDT_PCSPK, GF_SMALL_HEADER | GF_NO_SCALING | GF_16COLOR | GF_USE_KEY | GF_OLD_BUNDLE, UNK},
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
This file was generated by the md5table tool on Fri May 19 00:34:12 2006
|
||||
This file was generated by the md5table tool on Sat May 27 00:00:31 2006
|
||||
DO NOT EDIT MANUALLY!
|
||||
*/
|
||||
|
||||
@ -140,7 +140,7 @@ static const MD5Table md5table[] = {
|
||||
{ "3de99ef0523f8ca7958faa3afccd035a", "spyfox", "HE 100", "", Common::EN_ANY, Common::kPlatformUnknown },
|
||||
{ "3df6ead57930488bc61e6e41901d0e97", "fbear", "HE 61", "", Common::EN_ANY, Common::kPlatformMacintosh },
|
||||
{ "3e48298920fab9b7aec5a971e1bd1fab", "pajama3", "", "Demo", Common::EN_GRB, Common::kPlatformWindows },
|
||||
{ "40564ec47da48a67787d1f9bd043902a", "maniac", "Demo", "Demo", Common::EN_ANY, Common::kPlatformPC },
|
||||
{ "40564ec47da48a67787d1f9bd043902a", "maniac", "V2 Demo", "Demo", Common::EN_ANY, Common::kPlatformPC },
|
||||
{ "4167a92a1d46baa4f4127d918d561f88", "tentacle", "", "CD", Common::EN_ANY, Common::kPlatformUnknown },
|
||||
{ "425205754fa749f4f0b0dd9d09fa45fd", "football", "", "Demo", Common::EN_ANY, Common::kPlatformUnknown },
|
||||
{ "430bc518017b6fac046f58bab6baad5d", "monkey2", "", "", Common::JA_JPN, Common::kPlatformFMTowns },
|
||||
@ -261,7 +261,7 @@ static const MD5Table md5table[] = {
|
||||
{ "7e151c17adf624f1966c8fc5827c95e9", "puttputt", "HE 61", "", Common::EN_ANY, Common::kPlatform3DO },
|
||||
{ "7ea2da67ebabea4ac20cee9f4f9d2934", "airport", "", "Demo", Common::EN_ANY, Common::kPlatformMacintosh },
|
||||
{ "7edd665bbede7ea8b7233f8e650be6f8", "samnmax", "", "CD", Common::FR_FRA, Common::kPlatformUnknown },
|
||||
{ "7f45ddd6dbfbf8f80c0c0efea4c295bc", "maniac", "V1", "V1", Common::EN_ANY, Common::kPlatformPC },
|
||||
{ "7f45ddd6dbfbf8f80c0c0efea4c295bc", "maniac", "V1 Demo", "Demo", Common::EN_ANY, Common::kPlatformPC },
|
||||
{ "7f945525abcd48015adf1632637a44a1", "pajama", "", "Demo", Common::FR_FRA, Common::kPlatformUnknown },
|
||||
{ "7fc6cdb46b4c9d384c52327f4bca6416", "football", "", "", Common::EN_ANY, Common::kPlatformUnknown },
|
||||
{ "810a9da887aefa597b0cf3c77d262897", "BluesABCTime", "", "Demo", Common::EN_ANY, Common::kPlatformUnknown },
|
||||
|
@ -47,7 +47,7 @@ credits:
|
||||
|
||||
md5scumm: tools/md5table$(EXEEXT)
|
||||
tools/md5table$(EXEEXT) --c++ < $(srcdir)/tools/scumm-md5.txt > engines/scumm/scumm-md5.h
|
||||
tools/md5table$(EXEEXT) --php < $(srcdir)/tools/scumm-md5.txt > ../../web/trunk/docs/md5.inc
|
||||
tools/md5table$(EXEEXT) --php < $(srcdir)/tools/scumm-md5.txt > ../web/docs/md5.inc
|
||||
|
||||
|
||||
#
|
||||
|
@ -26,7 +26,6 @@
|
||||
maniac Maniac Mansion
|
||||
d831f7c048574dd9d5d85db2a1468099 en C64 C64 - -
|
||||
c4a7f7398ac9ae588940f9912ea5fd8f de C64 C64 - -
|
||||
7f45ddd6dbfbf8f80c0c0efea4c295bc en DOS V1 V1 -
|
||||
|
||||
d8d07efcb88f396bee0b402b10c3b1c9 us NES NES - -
|
||||
3905799e081b80a61d4460b7b733c206 gb NES NES - -
|
||||
@ -54,7 +53,8 @@ maniac Maniac Mansion
|
||||
87f6e8037b7cc996e13474b491a7a98e it DOS V2 V2 from DOTT Andrea Petrucci
|
||||
0d1b69471605201ef2fa9cec1f5f02d2 es DOS V2 V2 - abnog, Andrea Petrucci
|
||||
|
||||
40564ec47da48a67787d1f9bd043902a en DOS Demo Demo non-interactive
|
||||
7f45ddd6dbfbf8f80c0c0efea4c295bc en DOS V1 Demo Demo non-interactive
|
||||
40564ec47da48a67787d1f9bd043902a en DOS V2 Demo Demo non-interactive
|
||||
|
||||
zak Zak McKracken and the Alien Mindbenders
|
||||
55d3987641bf229c83bc729210173383 en C64 V1 - -
|
||||
|
Loading…
x
Reference in New Issue
Block a user