From d81146d0eb9fa3c203fe65f3891591a39d6727c5 Mon Sep 17 00:00:00 2001 From: MaxwellS04 Date: Fri, 14 Nov 2025 21:27:49 +0700 Subject: [PATCH] Revert BIOS label names for AX6BC This avoids conflicts with a recently pull request. --- src/machine/m_at_slot1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/machine/m_at_slot1.c b/src/machine/m_at_slot1.c index c85c20711..4f8f50b88 100644 --- a/src/machine/m_at_slot1.c +++ b/src/machine/m_at_slot1.c @@ -594,7 +594,7 @@ static const device_config_t ax6bc_config[] = { .files = { "roms/machines/ax6bc/ax6bc110.bin", "" } }, { - .name = "Award Modular BIOS v4.60PGMA - Revision R2.20 (RM Accelerator 350P2XB/450P3XB)", + .name = "RM Accelerator 350P2XB/450P3XB (BIOS R2.20)", .internal_name = "ax6bc_rm", .bios_type = BIOS_NORMAL, .files_no = 1, @@ -603,7 +603,7 @@ static const device_config_t ax6bc_config[] = { .files = { "roms/machines/ax6bc/ax6bc220.bin", "" } }, { - .name = "Award Modular BIOS v4.60PGMA - Revision R2.59", + .name = "Award Modular BIOS v4.60PGM - Revision R2.59", .internal_name = "ax6bc", .bios_type = BIOS_NORMAL, .files_no = 1,