From 72a4cc25b5ebb337e0b9c34f291f6a03e3a1e135 Mon Sep 17 00:00:00 2001 From: kotochi98 <185547947+kotochi98@users.noreply.github.com> Date: Fri, 23 Jan 2026 11:13:35 +0300 Subject: [PATCH] Remove the Elonex, Fujitsu-Siemens and newer Medion BIOS from the MS-6318 as it was found out they use APIC --- src/machine/m_at_socket370.c | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/src/machine/m_at_socket370.c b/src/machine/m_at_socket370.c index 6627c7097..6602f2aed 100644 --- a/src/machine/m_at_socket370.c +++ b/src/machine/m_at_socket370.c @@ -493,24 +493,6 @@ static const device_config_t ms6318_config[] = { .size = 262144, .files = { "roms/machines/ms6318/w6318vms.120", "" } }, - { - .name = "Award Modular BIOS v6.00PG - Revision 7.1B5E (Elonex OEM)", - .internal_name = "ms6318_715", - .bios_type = BIOS_NORMAL, - .files_no = 1, - .local = 0, - .size = 262144, - .files = { "roms/machines/ms6318/w6318ve1.715", "" } - }, - { - .name = "Award Modular BIOS v6.00PG - Revision 1.0B9 (Fujitsu-Siemens OEM)", - .internal_name = "ms6318_109", - .bios_type = BIOS_NORMAL, - .files_no = 1, - .local = 0, - .size = 262144, - .files = { "roms/machines/ms6318/ms-6318-ver5.bin", "" } - }, { .name = "Award Modular BIOS v6.00PG - Revision 1.8 (HP Pavilion A7xx)", .internal_name = "ms6318_180", @@ -547,15 +529,6 @@ static const device_config_t ms6318_config[] = { .size = 262144, .files = { "roms/machines/ms6318/ms6318.bin", "" } }, - { - .name = "Award Modular BIOS v6.00PG - Revision 7.51 (Medion MD6318)", - .internal_name = "ms6318_751", - .bios_type = BIOS_NORMAL, - .files_no = 1, - .local = 0, - .size = 262144, - .files = { "roms/machines/ms6318/bios.rom", "" } - }, { .files_no = 0 } } },