From f45cf3914d1445be207a9b32c7c05d48e7bf9573 Mon Sep 17 00:00:00 2001 From: richardg867 Date: Fri, 24 Oct 2025 12:24:47 -0300 Subject: [PATCH] Fix AN430TX BIOS internal names [skip ci] --- src/machine/m_at_socket7.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/machine/m_at_socket7.c b/src/machine/m_at_socket7.c index 15e0316f2..1bd491c6f 100644 --- a/src/machine/m_at_socket7.c +++ b/src/machine/m_at_socket7.c @@ -1480,7 +1480,7 @@ static const device_config_t an430tx_config[] = { .name = "bios", .description = "BIOS Version", .type = CONFIG_BIOS, - .default_string = "pb79x", + .default_string = "an430tx", .default_int = 0, .file_filter = NULL, .spinner = { 0 }, @@ -1488,7 +1488,7 @@ static const device_config_t an430tx_config[] = { .bios = { { .name = "PhoenixBIOS 4.0 Release 6.0 - Revision P02-0011 (Sony Vaio PCV-130/150)", - .internal_name = "vaio150", + .internal_name = "pcv150", .bios_type = BIOS_NORMAL, .files_no = 5, .local = 0, @@ -1499,7 +1499,7 @@ static const device_config_t an430tx_config[] = { }, { .name = "PhoenixBIOS 4.0 Release 6.0 - Revision P09-0006 (Packard Bell PB79x)", - .internal_name = "pb79x", + .internal_name = "an430tx", .bios_type = BIOS_NORMAL, .files_no = 5, .local = 0,