diff --git a/src/machine/m_at_386dx.c b/src/machine/m_at_386dx.c index cd24b9161..3a90f801d 100644 --- a/src/machine/m_at_386dx.c +++ b/src/machine/m_at_386dx.c @@ -346,7 +346,7 @@ static const device_config_t dataexpert386wb_config[] = { .bios = { { .name = "AMIBIOS 050591", - .internal_name = "dataexpert386wb_ami", + .internal_name = "dataexpert386wb_050591", .bios_type = BIOS_NORMAL, .files_no = 1, .local = 0, diff --git a/src/machine/m_at_socket7.c b/src/machine/m_at_socket7.c index 1bd491c6f..f37ea4fc2 100644 --- a/src/machine/m_at_socket7.c +++ b/src/machine/m_at_socket7.c @@ -1859,7 +1859,7 @@ static const device_config_t r534f_config[] = { .name = "bios", .description = "BIOS Version", .type = CONFIG_BIOS, - .default_string = "r534f", + .default_string = "r534f_1998", .default_int = 0, .file_filter = NULL, .spinner = { 0 }, @@ -1867,7 +1867,7 @@ static const device_config_t r534f_config[] = { .bios = { { .name = "Award Modular BIOS v4.51PG - Revision 06/12/1998", - .internal_name = "r534f", + .internal_name = "r534f_1998", .bios_type = BIOS_NORMAL, .files_no = 1, .local = 0, @@ -1876,7 +1876,7 @@ static const device_config_t r534f_config[] = { }, { .name = "Award Modular BIOS v4.51PG - Revision 03/13/2000 (by Unicore Software)", - .internal_name = "r534f_unicore", + .internal_name = "r534f", .bios_type = BIOS_NORMAL, .files_no = 1, .local = 0,