From 0e38241cfeaa9dcb27d95bafd276dd3710dfac42 Mon Sep 17 00:00:00 2001 From: richardg867 Date: Thu, 23 Oct 2025 12:31:27 -0300 Subject: [PATCH] Fix LX6 BIOS internal name [skip ci] --- src/machine/m_at_slot1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/machine/m_at_slot1.c b/src/machine/m_at_slot1.c index 0b57b135c..02631169e 100644 --- a/src/machine/m_at_slot1.c +++ b/src/machine/m_at_slot1.c @@ -177,7 +177,7 @@ static const device_config_t lx6_config[] = { }, { .name = "Award Modular BIOS v4.51PG - Revision PZ (Beta)", - .internal_name = "lx6_beta", + .internal_name = "lx6_pz", .bios_type = BIOS_NORMAL, .files_no = 1, .local = 0,