From 6829fee32af5cabf8ecbfdb544a29affbd68dd9a Mon Sep 17 00:00:00 2001 From: Maxwell Scott Date: Mon, 2 Feb 2026 20:36:03 +0700 Subject: [PATCH] Added "eMachines OEM" name to revision 1.12 According to their 1.12 BIOS' first POST screen, it appears to be distributed by eMachines. --- 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 efd5d5d6f..a40fac2dd 100644 --- a/src/machine/m_at_slot1.c +++ b/src/machine/m_at_slot1.c @@ -566,7 +566,7 @@ static const device_config_t como_config[] = { .files = { "roms/machines/como/COMO_Olivetti_OEM.ROM", "" } }, { - .name = "AMIBIOS 6 (071595) - Revision 1.12", + .name = "AMIBIOS 6 (071595) - Revision 1.12 (eMachines OEM)", .internal_name = "como", .bios_type = BIOS_NORMAL, .files_no = 1,