mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 07:11:49 +00:00
LURE: Add detection for later Konami version
This commit is contained in:
parent
5a4b27e148
commit
b60692bb4c
@ -102,6 +102,23 @@ static const LureGameDescription gameDescriptions[] = {
|
||||
GF_FLOPPY | GF_KONAMI
|
||||
},
|
||||
|
||||
{ // Konami VGA version. Assembled 09:19:10 on 09/23/92
|
||||
{
|
||||
"lure",
|
||||
"Konami VGA",
|
||||
AD_ENTRY1s("disk1.vga", "fe11231363593982f76e0a64e988a284", 612352),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformDOS,
|
||||
ADGF_NO_FLAGS,
|
||||
#ifdef USE_TTS
|
||||
GUIO1(GAMEOPTION_TTS_NARRATOR)
|
||||
#else
|
||||
GUIO0()
|
||||
#endif
|
||||
},
|
||||
GF_FLOPPY | GF_KONAMI
|
||||
},
|
||||
|
||||
{
|
||||
{
|
||||
"lure",
|
||||
|
Loading…
x
Reference in New Issue
Block a user