mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 09:35:32 -07:00
Revert Rise R534F BIOS selector to the 5.1 internal names
This commit is contained in:
@@ -346,7 +346,7 @@ static const device_config_t dataexpert386wb_config[] = {
|
||||
.bios = {
|
||||
{
|
||||
.name = "AMIBIOS 050591",
|
||||
.internal_name = "dataexpert386wb_ami",
|
||||
.internal_name = "dataexpert386wb_050591",
|
||||
.bios_type = BIOS_NORMAL,
|
||||
.files_no = 1,
|
||||
.local = 0,
|
||||
|
||||
@@ -1859,7 +1859,7 @@ static const device_config_t r534f_config[] = {
|
||||
.name = "bios",
|
||||
.description = "BIOS Version",
|
||||
.type = CONFIG_BIOS,
|
||||
.default_string = "r534f",
|
||||
.default_string = "r534f_1998",
|
||||
.default_int = 0,
|
||||
.file_filter = NULL,
|
||||
.spinner = { 0 },
|
||||
@@ -1867,7 +1867,7 @@ static const device_config_t r534f_config[] = {
|
||||
.bios = {
|
||||
{
|
||||
.name = "Award Modular BIOS v4.51PG - Revision 06/12/1998",
|
||||
.internal_name = "r534f",
|
||||
.internal_name = "r534f_1998",
|
||||
.bios_type = BIOS_NORMAL,
|
||||
.files_no = 1,
|
||||
.local = 0,
|
||||
@@ -1876,7 +1876,7 @@ static const device_config_t r534f_config[] = {
|
||||
},
|
||||
{
|
||||
.name = "Award Modular BIOS v4.51PG - Revision 03/13/2000 (by Unicore Software)",
|
||||
.internal_name = "r534f_unicore",
|
||||
.internal_name = "r534f",
|
||||
.bios_type = BIOS_NORMAL,
|
||||
.files_no = 1,
|
||||
.local = 0,
|
||||
|
||||
Reference in New Issue
Block a user