From 0c9be843aeca729d4bdac8e2b83849a77ef3761c Mon Sep 17 00:00:00 2001 From: MaxwellS04 Date: Thu, 30 Oct 2025 16:06:36 +0700 Subject: [PATCH] Corrected the BIOS version for Leadtek variant --- 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 ee3d0b0ee..cb77c332d 100644 --- a/src/machine/m_at_slot1.c +++ b/src/machine/m_at_slot1.c @@ -977,7 +977,7 @@ static const device_config_t p6sba_config[] = { .files = { "roms/machines/p6sba/SBAB21.ROM", "" } }, { - .name = "Award Modular BIOS v4.51PG - Revision 05/07/1999 (Leadtek WinFast 8000BX)", + .name = "Award Modular BIOS v4.60PGA - Revision 05/07/1999 (Leadtek WinFast 8000BX)", .internal_name = "8000bx", .bios_type = BIOS_NORMAL, .files_no = 1,