diff options
-rw-r--r-- | engines/mohawk/detection_tables.h | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h index 56b1e3f527..5bac088497 100644 --- a/engines/mohawk/detection_tables.h +++ b/engines/mohawk/detection_tables.h @@ -397,12 +397,28 @@ static const MohawkGameDescription gameDescriptions[] = { Common::GUIO_NONE }, GType_CSTIME, - GF_HASMIDI, + 0, 0 }, { { + "cstime", + "Demo", + AD_ENTRY1("iface.mhk", "5c1203712a16513bd158dc3c1b6cebd7"), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_DEMO, + Common::GUIO_NONE + }, + GType_CSTIME, + GF_DEMO, + 0 + }, + + + { + { "zoombini", "", AD_ENTRY1("ZOOMBINI.MHK", "98b758fec55104c096cfd129048be9a6"), |