LURE: Add detection for later Konami version

This commit is contained in:
eientei 2021-11-09 17:07:08 +13:00 committed by Filippos Karapetis
parent 5a4b27e148
commit b60692bb4c

View File

@ -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",