Skip to content

Commit 034df5c

Browse files
committed
FREESCAPE: added better detection of driller releases for atari
1 parent 415efcc commit 034df5c

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

engines/freescape/detection.cpp

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ static const ADGameDescription gameDescriptions[] = {
162162
"",
163163
{
164164
{"x.prg", 0, "d002983a8b652f25b18a09425db78c4c", 293159},
165-
{"playseq.prg", 0, "535e9f6baf132831aa7fa066a06f242e", 973},
166165
AD_LISTEND
167166
},
168167
Common::EN_ANY,
@@ -175,14 +174,26 @@ static const ADGameDescription gameDescriptions[] = {
175174
"",
176175
{
177176
{"x.prg", 0, "1a79e68e6c2c223c96de0ca2d65149ae", 293062},
178-
{"playseq.prg", 0, "535e9f6baf132831aa7fa066a06f242e", 973},
179177
AD_LISTEND
180178
},
181179
Common::EN_ANY,
182180
Common::kPlatformAtariST,
183181
GF_ATARI_BUDGET,
184182
GUIO2(GUIO_NOMIDI, GAMEOPTION_AUTOMATIC_DRILLING)
185183
},
184+
{ // Virtual Worlds release
185+
"driller",
186+
"This relese requieres unpacking, check the wiki for instructions:\nhttps://wiki.scummvm.org/index.php?title=Driller#AtariST_releases",
187+
{
188+
{"d.pak", 0, "607b44b9d31e0da5668b653e03d25efe", 706},
189+
{"dril.all", 0, "65277222effa1eb4d73b234245001d75", 158158},
190+
AD_LISTEND
191+
},
192+
Common::EN_ANY,
193+
Common::kPlatformAtariST,
194+
ADGF_UNSUPPORTED,
195+
GUIO2(GUIO_NOMIDI, GAMEOPTION_AUTOMATIC_DRILLING)
196+
},
186197
{
187198
"driller",
188199
"",
@@ -361,6 +372,18 @@ static const ADGameDescription gameDescriptions[] = {
361372
ADGF_UNSUPPORTED,
362373
GUIO2(GUIO_NOMIDI, GAMEOPTION_AUTOMATIC_DRILLING)
363374
},
375+
{
376+
"spacestationoblivion",
377+
"",
378+
{
379+
{"x.prg", 0, "10c556ee637bf03bcc1a051277542102", 293264},
380+
AD_LISTEND
381+
},
382+
Common::EN_ANY,
383+
Common::kPlatformAtariST,
384+
ADGF_UNSUPPORTED,
385+
GUIO2(GUIO_NOMIDI, GAMEOPTION_AUTOMATIC_DRILLING)
386+
},
364387
{
365388
"castlemaster",
366389
"Demo",

0 commit comments

Comments
 (0)