From c29c08bc20e61036b77fedf541b76b7b67dde816 Mon Sep 17 00:00:00 2001 From: OBattler Date: Fri, 24 Oct 2025 06:20:42 +0200 Subject: [PATCH] ABit AB-LX6: Fix BIOS casing for the default BIOS, fixes it on Linux. [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 02631169e..d42dee6a9 100644 --- a/src/machine/m_at_slot1.c +++ b/src/machine/m_at_slot1.c @@ -173,7 +173,7 @@ static const device_config_t lx6_config[] = { .files_no = 1, .local = 0, .size = 131072, - .files = { "roms/machines/lx6/LX6C_LY.BIN", "" } + .files = { "roms/machines/lx6/LX6C_LY.bin", "" } }, { .name = "Award Modular BIOS v4.51PG - Revision PZ (Beta)",