Fix Multitech BIOS internal names [skip ci]

This commit is contained in:
richardg867
2025-10-24 12:40:25 -03:00
committed by GitHub
parent f45cf3914d
commit 968c6edac0

View File

@@ -1214,7 +1214,7 @@ static const device_config_t pc500_config[] = {
.name = "bios",
.description = "BIOS Version",
.type = CONFIG_BIOS,
.default_string = "pc500_330",
.default_string = "pc500",
.default_int = 0,
.file_filter = NULL,
.spinner = { 0 },
@@ -1222,7 +1222,7 @@ static const device_config_t pc500_config[] = {
.bios = {
{
.name = "3.30",
.internal_name = "pc500_330",
.internal_name = "pc500",
.bios_type = BIOS_NORMAL,
.files_no = 1,
.local = 0,
@@ -1326,7 +1326,7 @@ static const device_config_t pc500plus_config[] = {
.name = "bios",
.description = "BIOS Version",
.type = CONFIG_BIOS,
.default_string = "pc500plus_404",
.default_string = "pc500plus",
.default_int = 0,
.file_filter = NULL,
.spinner = { 0 },
@@ -1342,7 +1342,7 @@ static const device_config_t pc500plus_config[] = {
},
{
.name = "4.04",
.internal_name = "pc500plus_404",
.internal_name = "pc500plus",
.bios_type = BIOS_NORMAL,
.files_no = 1,
.local = 0,
@@ -1445,14 +1445,14 @@ static const device_config_t pc700_config[] = {
.name = "bios",
.description = "BIOS Version",
.type = CONFIG_BIOS,
.default_string = "pc700_330",
.default_string = "pc700",
.default_int = 0,
.file_filter = NULL,
.spinner = { 0 },
.bios = {
{
.name = "3.30",
.internal_name = "pc700_330",
.internal_name = "pc700",
.bios_type = BIOS_NORMAL,
.files_no = 1,
.local = 0,