diff options
author | Matthew Hoops | 2013-05-17 23:13:07 -0400 |
---|---|---|
committer | Matthew Hoops | 2013-05-17 23:13:07 -0400 |
commit | 80e3002105dc992d45b04070da32a4a47d187db1 (patch) | |
tree | 477ba87d53ea840d27fb106ccba4e941c71b77da /engines | |
parent | ddf3472895569dfdf41b2ac44811f10eb0a3a2be (diff) | |
download | scummvm-rg350-80e3002105dc992d45b04070da32a4a47d187db1.tar.gz scummvm-rg350-80e3002105dc992d45b04070da32a4a47d187db1.tar.bz2 scummvm-rg350-80e3002105dc992d45b04070da32a4a47d187db1.zip |
SCI: Add an alternate version of the GK1 demo
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/detection_tables.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 506a1f6d76..66164a1937 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -663,6 +663,14 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO3(GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) }, + // Gabriel Knight - English DOS CD Demo (from DrMcCoy) + // SCI interpreter version 1.001.092 + {"gk1", "CD Demo", { + {"resource.map", 0, "8cad2a256f41463030cbb7ea1bfb2857", 2490}, + {"resource.000", 0, "eb3ed7477ca4110813fe1fcf35928561", 1718450}, + AD_LISTEND}, + Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO3(GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) }, + #ifdef ENABLE_SCI32 // Gabriel Knight - English DOS Floppy // SCI interpreter version 2.000.000 |