mirror of
https://github.com/86Box/86Box.git
synced 2025-01-23 09:42:47 -05:00
BIOS -> BIOS Revision.
This commit is contained in:
parent
fbc21cdf49
commit
b2258f4ae7
2 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue