diff options
author | David Symonds | 2007-01-07 12:18:44 +0000 |
---|---|---|
committer | David Symonds | 2007-01-07 12:18:44 +0000 |
commit | 05ab06ca3d14eba4cfdac400b874ac3e41e43871 (patch) | |
tree | 85f6c8ccb361ce8f57fdf5b62ef9bffe050fa78c | |
parent | e2de7d670dc9387aa6838c1476c84a3e4a02a50d (diff) | |
download | scummvm-rg350-05ab06ca3d14eba4cfdac400b874ac3e41e43871.tar.gz scummvm-rg350-05ab06ca3d14eba4cfdac400b874ac3e41e43871.tar.bz2 scummvm-rg350-05ab06ca3d14eba4cfdac400b874ac3e41e43871.zip |
Add a PQ1 (2.0G) detection entry.
svn-id: r25044
-rw-r--r-- | engines/agi/detection.cpp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/engines/agi/detection.cpp b/engines/agi/detection.cpp index d0644b70d4..37f9205316 100644 --- a/engines/agi/detection.cpp +++ b/engines/agi/detection.cpp @@ -621,6 +621,21 @@ static const AGIGameDescription gameDescriptions[] = { { + // Police Quest 1 (PC) 2.0G 12/3/87; entry from DAGII, but missing from Sarien? + { + "agi", + "Police Quest 1 (IBM) 2.0G 12/03/87", // not sure about disk format -- dsymonds + AD_ENTRY1("logdir", "d194e5d88363095f55d5096b8e32fbbb"), + Common::EN_ANY, + Common::kPlatformPC, + }, + GType_V2, + 0, + 0x2917, + }, + + + { // Sarien Name == Space Quest 1 (PC) 1.0X [AGI 2.089] { "agi", |