mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 03:56:20 +00:00
SCI: Added another EGA version of Castle of Dr. Brain (bug #3405307)
This commit is contained in:
parent
b3773f7c37
commit
1d1cd14e65
@ -91,7 +91,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
|
||||
AD_LISTEND},
|
||||
Common::EN_ANY, Common::kPlatformPC, ADGF_DEMO, GUIO_NOSPEECH },
|
||||
|
||||
// Castle of Dr. Brain - English DOS Floppy EGA (from omer_mor, bug report #3035349)
|
||||
// Castle of Dr. Brain - English DOS 5.25" Floppy EGA (from omer_mor, bug report #3035349)
|
||||
{"castlebrain", "EGA", {
|
||||
{"resource.map", 0, "88d106f945f7fd9d1aeda961cfec38a9", 2646},
|
||||
{"resource.000", 0, "6e125f4ce3f4f5c35f2617c7b66c6e21", 25325},
|
||||
@ -104,6 +104,16 @@ static const struct ADGameDescription SciGameDescriptions[] = {
|
||||
AD_LISTEND},
|
||||
Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH },
|
||||
|
||||
// Castle of Dr. Brain - English DOS 3.5" Floppy EGA (from nozomi77, bug report #3405307)
|
||||
{"castlebrain", "EGA", {
|
||||
{"resource.map", 0, "dfcf23e36cb81223bdf11166aaf90754", 2730},
|
||||
{"resource.000", 0, "27ec5fa09cd12a7fd16e86d96a2ed245", 300857},
|
||||
{"resource.001", 0, "6e0020a9f9bef9a9d65943dc013f14b5", 222108},
|
||||
{"resource.002", 0, "de2f182529efaad2c4b510b452ab77ac", 633662},
|
||||
{"resource.003", 0, "38b4b37febc6b4f5061c461a283df148", 430388},
|
||||
AD_LISTEND},
|
||||
Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH },
|
||||
|
||||
// Castle of Dr. Brain - English DOS Floppy (from jvprat)
|
||||
// Executable scanning reports "1.000.044", Floppy label reports "1.0, 10.30.91", VERSION file reports "1.000"
|
||||
// SCI interpreter version 1.000.510
|
||||
|
Loading…
Reference in New Issue
Block a user