Revert Rise R534F BIOS selector to the 5.1 internal names

This commit is contained in:
RichardG867
2025-10-25 16:15:38 -03:00
parent 9682b88cf2
commit 3fdf56513f
2 changed files with 4 additions and 4 deletions

View File

@@ -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,

View File

@@ -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,