mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 07:11:49 +00:00
FREESCAPE: added better detection of driller releases for atari
This commit is contained in:
parent
415efcc2c9
commit
034df5c465
@ -162,7 +162,6 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
"",
|
||||
{
|
||||
{"x.prg", 0, "d002983a8b652f25b18a09425db78c4c", 293159},
|
||||
{"playseq.prg", 0, "535e9f6baf132831aa7fa066a06f242e", 973},
|
||||
AD_LISTEND
|
||||
},
|
||||
Common::EN_ANY,
|
||||
@ -175,7 +174,6 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
"",
|
||||
{
|
||||
{"x.prg", 0, "1a79e68e6c2c223c96de0ca2d65149ae", 293062},
|
||||
{"playseq.prg", 0, "535e9f6baf132831aa7fa066a06f242e", 973},
|
||||
AD_LISTEND
|
||||
},
|
||||
Common::EN_ANY,
|
||||
@ -183,6 +181,19 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
GF_ATARI_BUDGET,
|
||||
GUIO2(GUIO_NOMIDI, GAMEOPTION_AUTOMATIC_DRILLING)
|
||||
},
|
||||
{ // Virtual Worlds release
|
||||
"driller",
|
||||
"This relese requieres unpacking, check the wiki for instructions:\nhttps://wiki.scummvm.org/index.php?title=Driller#AtariST_releases",
|
||||
{
|
||||
{"d.pak", 0, "607b44b9d31e0da5668b653e03d25efe", 706},
|
||||
{"dril.all", 0, "65277222effa1eb4d73b234245001d75", 158158},
|
||||
AD_LISTEND
|
||||
},
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformAtariST,
|
||||
ADGF_UNSUPPORTED,
|
||||
GUIO2(GUIO_NOMIDI, GAMEOPTION_AUTOMATIC_DRILLING)
|
||||
},
|
||||
{
|
||||
"driller",
|
||||
"",
|
||||
@ -361,6 +372,18 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
ADGF_UNSUPPORTED,
|
||||
GUIO2(GUIO_NOMIDI, GAMEOPTION_AUTOMATIC_DRILLING)
|
||||
},
|
||||
{
|
||||
"spacestationoblivion",
|
||||
"",
|
||||
{
|
||||
{"x.prg", 0, "10c556ee637bf03bcc1a051277542102", 293264},
|
||||
AD_LISTEND
|
||||
},
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformAtariST,
|
||||
ADGF_UNSUPPORTED,
|
||||
GUIO2(GUIO_NOMIDI, GAMEOPTION_AUTOMATIC_DRILLING)
|
||||
},
|
||||
{
|
||||
"castlemaster",
|
||||
"Demo",
|
||||
|
Loading…
x
Reference in New Issue
Block a user