mirror of
https://github.com/86Box/86Box.git
synced 2026-02-25 04:45:31 -07:00
Add the beta evaluation BIOS for the MiTAC 6110zu and set the R804 retail BIOS as the default
This commit is contained in:
@@ -1431,20 +1431,20 @@ static const device_config_t vei8_config[] = {
|
|||||||
.name = "bios",
|
.name = "bios",
|
||||||
.description = "BIOS Version",
|
.description = "BIOS Version",
|
||||||
.type = CONFIG_BIOS,
|
.type = CONFIG_BIOS,
|
||||||
.default_string = "vei8",
|
.default_string = "6110zu",
|
||||||
.default_int = 0,
|
.default_int = 0,
|
||||||
.file_filter = NULL,
|
.file_filter = NULL,
|
||||||
.spinner = { 0 },
|
.spinner = { 0 },
|
||||||
.selection = { { 0 } },
|
.selection = { { 0 } },
|
||||||
.bios = {
|
.bios = {
|
||||||
{
|
{
|
||||||
.name = "Award Modular BIOS v6.00PG - Revision QHW.10.01 (HP Sherwood-B)",
|
.name = "Award Modular BIOS v6.00PG - Revision 61100003 (beta)",
|
||||||
.internal_name = "vei8",
|
.internal_name = "6110zu0003",
|
||||||
.bios_type = BIOS_NORMAL,
|
.bios_type = BIOS_NORMAL,
|
||||||
.files_no = 1,
|
.files_no = 1,
|
||||||
.local = 0,
|
.local = 0,
|
||||||
.size = 262144,
|
.size = 262144,
|
||||||
.files = { "roms/machines/vei8/QHW1001.BIN", "" }
|
.files = { "roms/machines/vei8/61100003.BIN", "" }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.name = "Award Modular BIOS v6.00PG - Revision R804",
|
.name = "Award Modular BIOS v6.00PG - Revision R804",
|
||||||
@@ -1455,6 +1455,15 @@ static const device_config_t vei8_config[] = {
|
|||||||
.size = 262144,
|
.size = 262144,
|
||||||
.files = { "roms/machines/vei8/r804.bin", "" }
|
.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 }
|
{ .files_no = 0 }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user