mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
ABIT AB-BX6 - make the EG BIOS default as it was before the QS BIOS was added.
This commit is contained in:
@@ -425,7 +425,7 @@ static const device_config_t bx6_config[] = {
|
||||
.bios = {
|
||||
{
|
||||
.name = "Award Modular BIOS v4.51PG - Revision EG",
|
||||
.internal_name = "bx6_eg",
|
||||
.internal_name = "bx6",
|
||||
.bios_type = BIOS_NORMAL,
|
||||
.files_no = 1,
|
||||
.local = 0,
|
||||
@@ -434,7 +434,7 @@ static const device_config_t bx6_config[] = {
|
||||
},
|
||||
{
|
||||
.name = "Award Modular BIOS v4.51PG - Revision QS",
|
||||
.internal_name = "bx6",
|
||||
.internal_name = "bx6_qs",
|
||||
.bios_type = BIOS_NORMAL,
|
||||
.files_no = 1,
|
||||
.local = 0,
|
||||
|
||||
Reference in New Issue
Block a user