Revert Multitech PC-500 internal name change [skip ci]

The machine was already added as such, so avoid NVR resets.
This commit is contained in:
richardg867
2025-10-24 12:44:05 -03:00
committed by GitHub
parent 968c6edac0
commit 385f501e17

View File

@@ -1214,7 +1214,7 @@ static const device_config_t pc500_config[] = {
.name = "bios",
.description = "BIOS Version",
.type = CONFIG_BIOS,
.default_string = "pc500",
.default_string = "pc500_330",
.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",
.internal_name = "pc500_330",
.bios_type = BIOS_NORMAL,
.files_no = 1,
.local = 0,