From db5bccd97b21c9f7af121d2ef6457fc50a4d3304 Mon Sep 17 00:00:00 2001 From: richardg867 Date: Tue, 18 Nov 2025 13:52:16 -0300 Subject: [PATCH] Fix a couple internal names on MS-6147 --- 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..0c4be2249 100644 --- a/src/machine/m_at_slot1.c +++ b/src/machine/m_at_slot1.c @@ -888,7 +888,7 @@ static const device_config_t ms6147_config[] = { .bios = { { .name = "Award Modular BIOS v4.51PG - Revision 1.2 (Fujitsu ErgoPro e368)", - .internal_name = "ergopro_e368", + .internal_name = "ergoproe368", .bios_type = BIOS_NORMAL, .files_no = 1, .local = 0, @@ -922,7 +922,7 @@ static const device_config_t ms6147_config[] = { const device_t ms6147_device = { .name = "MSI MS-6147", - .internal_name = "ms6147_device", + .internal_name = "ms6147", .flags = 0, .local = 0, .init = NULL,