diff options
author | JenniBee | 2013-08-16 06:03:39 -0400 |
---|---|---|
committer | JenniBee | 2013-08-19 09:35:05 -0400 |
commit | 2315327d3f4d73b41ca8846554427e747cf5ce96 (patch) | |
tree | b67e31f8addab5004bdd5495d6b0c45976040196 | |
parent | b4f2e2ead43087dec0ad355118f05c1115b18908 (diff) | |
download | scummvm-rg350-2315327d3f4d73b41ca8846554427e747cf5ce96.tar.gz scummvm-rg350-2315327d3f4d73b41ca8846554427e747cf5ce96.tar.bz2 scummvm-rg350-2315327d3f4d73b41ca8846554427e747cf5ce96.zip |
AGI: Adding detection for original AGI Tetris by Peter Kelly.
-rw-r--r-- | engines/agi/detection_tables.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/agi/detection_tables.h b/engines/agi/detection_tables.h index 0c2c3ed3be..f1bb079ffc 100644 --- a/engines/agi/detection_tables.h +++ b/engines/agi/detection_tables.h @@ -642,6 +642,7 @@ static const AGIGameDescription gameDescriptions[] = { FANMADE("AGI Piano (v1.0)", "8778b3d89eb93c1d50a70ef06ef10310"), FANMADE("AGI Quest (v1.46-TJ0)", "1cf1a5307c1a0a405f5039354f679814"), GAME("tetris", "", "7a874e2db2162e7a4ce31c9130248d8a", 0x2917, GID_FANMADE), + FANMADE("AGI Tetris (1998)", "1afcbc25bfafded2d5fb82de9da0bd9a"), FANMADE_V("AGI Trek (Demo)", "c02882b8a8245b629c91caf7eb78eafe", 0x2440), FANMADE_F("AGI256 Demo", "79261ac143b2e2773b2753674733b0d5", GF_AGI256), FANMADE_F("AGI256-2 Demo", "3cad9b3aff1467cebf0c5c5b110985c5", GF_AGI256_2), |