Add the beta evaluation BIOS for the MiTAC 6110zu and set the R804 retail BIOS as the default

This commit is contained in:
kotochi98
2026-01-24 13:49:46 +03:00
parent ca0fbb5ad9
commit 8ec8057d7e

View File

@@ -1431,20 +1431,20 @@ static const device_config_t vei8_config[] = {
.name = "bios",
.description = "BIOS Version",
.type = CONFIG_BIOS,
.default_string = "vei8",
.default_string = "6110zu",
.default_int = 0,
.file_filter = NULL,
.spinner = { 0 },
.selection = { { 0 } },
.bios = {
{
.name = "Award Modular BIOS v6.00PG - Revision QHW.10.01 (HP Sherwood-B)",
.internal_name = "vei8",
.name = "Award Modular BIOS v6.00PG - Revision 61100003 (beta)",
.internal_name = "6110zu0003",
.bios_type = BIOS_NORMAL,
.files_no = 1,
.local = 0,
.size = 262144,
.files = { "roms/machines/vei8/QHW1001.BIN", "" }
.files = { "roms/machines/vei8/61100003.BIN", "" }
},
{
.name = "Award Modular BIOS v6.00PG - Revision R804",
@@ -1455,6 +1455,15 @@ static const device_config_t vei8_config[] = {
.size = 262144,
.files = { "roms/machines/vei8/r804.bin", "" }
},
{
.name = "Award Modular BIOS v6.00PG - Revision QHW.10.01 (HP Sherwood-B)",
.internal_name = "vei8",
.bios_type = BIOS_NORMAL,
.files_no = 1,
.local = 0,
.size = 262144,
.files = { "roms/machines/vei8/QHW1001.BIN", "" }
},
{ .files_no = 0 }
}
},