BIOS -> BIOS Revision.

This commit is contained in:
OBattler 2024-11-10 02:45:38 +01:00
parent fbc21cdf49
commit b2258f4ae7
2 changed files with 3 additions and 3 deletions

View file

@ -233,7 +233,7 @@ static const device_config_t xtide_config[] = {
// clang-format off
{
.name = "bios",
.description = "BIOS",
.description = "BIOS Revision",
.type = CONFIG_BIOS,
.default_string = "xt",
.default_int = 0,
@ -255,7 +255,7 @@ static const device_config_t xtide_at_config[] = {
// clang-format off
{
.name = "bios",
.description = "BIOS",
.description = "BIOS Revision",
.type = CONFIG_BIOS,
.default_string = "at",
.default_int = 0,

View file

@ -2667,7 +2667,7 @@ static const device_config_t ncr53c8xx_pci_config[] = {
// clang-format off
{
.name = "bios",
.description = "BIOS",
.description = "BIOS Revision",
.type = CONFIG_SELECTION,
.default_string = "",
.default_int = 1,