Added F1 BIOS to GA-686BX

This commit is contained in:
mw308
2026-01-12 12:17:48 +00:00
parent 71cb6908f8
commit 9407c281a6

View File

@@ -790,7 +790,16 @@ static const device_config_t ga686_config[] = {
.files = { "roms/machines/686bx/31nologo.bin", "" }
},
{
.name = "Award Modular BIOS v4.51PG - Revision F2a",
.name = "Award Modular BIOS v4.51PG - Revision F1 (Latest)",
.internal_name = "686bx",
.bios_type = BIOS_NORMAL,
.files_no = 1,
.local = 0,
.size = 262144,
.files = { "roms/machines/686bx/6BX.F1", "" }
},
{
.name = "Award Modular BIOS v4.51PG - Revision F2a (Beta)",
.internal_name = "686bx",
.bios_type = BIOS_NORMAL,
.files_no = 1,