mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-27 13:42:02 +00:00
DREAMWEB: Added german and spanish floppy versions
This commit is contained in:
parent
73d2d34e01
commit
82e263223a
@ -81,6 +81,23 @@ static const DreamWebGameDescription gameDescriptions[] = {
|
||||
},
|
||||
},
|
||||
|
||||
// German floppy release
|
||||
{
|
||||
{
|
||||
"dreamweb",
|
||||
"",
|
||||
{
|
||||
{"dreamweb.r00", 0, "9960dc3baddabc6ad2a6fd75292b149c", 155886},
|
||||
{"dreamweb.r02", 0, "48e1f42a53402f963ca2d1ed969f4084", 212823},
|
||||
AD_LISTEND
|
||||
},
|
||||
Common::DE_DEU,
|
||||
Common::kPlatformPC,
|
||||
ADGF_UNSTABLE,
|
||||
GUIO_NONE
|
||||
},
|
||||
},
|
||||
|
||||
// German CD release
|
||||
{
|
||||
{
|
||||
@ -98,6 +115,23 @@ static const DreamWebGameDescription gameDescriptions[] = {
|
||||
},
|
||||
},
|
||||
|
||||
// Spanish floppy release
|
||||
{
|
||||
{
|
||||
"dreamweb",
|
||||
"",
|
||||
{
|
||||
{"dreamweb.r00", 0, "2df07174321de39c4f17c9ff654b268a", 153608},
|
||||
{"dreamweb.r02", 0, "f97d435ad5da08fb1bcf6ea3dd6e0b9e", 199499},
|
||||
AD_LISTEND
|
||||
},
|
||||
Common::ES_ESP,
|
||||
Common::kPlatformPC,
|
||||
ADGF_UNSTABLE,
|
||||
GUIO_NONE
|
||||
},
|
||||
},
|
||||
|
||||
{ AD_TABLE_END_MARKER }
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user