From b59c3d36b87dc302319e3e31bc2f78ffc54dd1f3 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Tue, 23 Aug 2022 13:18:09 -0300 Subject: [PATCH] bios_extract: Support compressed AFUWIN as well --- bios_extract/src/bios_extract.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bios_extract/src/bios_extract.c b/bios_extract/src/bios_extract.c index 88a9bfe..913854f 100644 --- a/bios_extract/src/bios_extract.c +++ b/bios_extract/src/bios_extract.c @@ -179,7 +179,7 @@ static struct { uint32_t Offset1, uint32_t Offset2); } BIOSIdentification[] = { { - "AMI Flash Utility for DOS Command mode.", "@ROM", AFUDOSExtract}, { + "AMI Flash Utility for ", "@ROM", AFUDOSExtract}, { "AMIBIOS W 04 ", "AMIBIOSC", AMI940725Extract}, { "AMIBIOS W 05 ", "AMIBIOSC", AMI941010Extract}, { "AMIBIOS W 05 ", "OSC10/10/94", AMI941010Extract}, { /* NexGen */