From 2d3958b0fe4f5d3cfe31e53534e8428abb3d3449 Mon Sep 17 00:00:00 2001 From: mw308 <34479591+mw308@users.noreply.github.com> Date: Fri, 14 Nov 2025 12:27:32 +0000 Subject: [PATCH 1/3] Changed BIOS label to match others --- 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 e040265e3..55e80fe2b 100644 --- a/src/machine/m_at_slot1.c +++ b/src/machine/m_at_slot1.c @@ -594,7 +594,7 @@ static const device_config_t ax6bc_config[] = { .files = { "roms/machines/ax6bc/ax6bc110.bin", "" } }, { - .name = "RM Accelerator 350P2XB/450P3XB (BIOS R2.20)", + .name = "RM Accelerator 350P2XB/450P3XB - Revision R2.20", .internal_name = "ax6bc_rm", .bios_type = BIOS_NORMAL, .files_no = 1, From 363960fc240c065a88a4490d2e1a4ecf99238458 Mon Sep 17 00:00:00 2001 From: mw308 <34479591+mw308@users.noreply.github.com> Date: Fri, 14 Nov 2025 14:03:24 +0000 Subject: [PATCH 2/3] Add the Toshiba XM-6102B --- src/include/86box/cdrom.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/86box/cdrom.h b/src/include/86box/cdrom.h index 5a6c0914d..3fadfeb42 100644 --- a/src/include/86box/cdrom.h +++ b/src/include/86box/cdrom.h @@ -183,6 +183,7 @@ static const struct cdrom_drive_types_s { { "TEAC", "CD-532E", "2.0A", "teac_532e", BUS_TYPE_IDE, 0, 32, 36, 0, 0, { 3, 2, 2, -1 } }, { "TOSHIBA", "CD-ROM XM-5302TA", "0305", "toshiba_5302ta", BUS_TYPE_IDE, 0, 4, 96, 0, 0, { 0, -1, -1, -1 } }, { "TOSHIBA", "CD-ROM XM-5702B", "TA70", "toshiba_5702b", BUS_TYPE_IDE, 0, 12, 96, 0, 0, { 3, 2, 1, -1 } }, + { "TOSHIBA", "CD-ROM XM-6102B", "WA70", "toshiba_6102b", BUS_TYPE_IDE, 0, 24, 96, 0, 0, { 4, 2, 2, -1 } }, { "TOSHIBA", "CD-ROM XM-6202B", "1512", "toshiba_6202b", BUS_TYPE_IDE, 0, 32, 96, 0, 0, { 4, 2, 2, -1 } }, { "TOSHIBA", "CD-ROM XM-6402B", "1008", "toshiba_6402b", BUS_TYPE_IDE, 0, 32, 96, 0, 0, { 4, 2, 2, 2 } }, { "TOSHIBA", "CD-ROM XM-6702B", "1007", "toshiba_6720b", BUS_TYPE_IDE, 0, 48, 96, 0, 0, { 4, 2, 2, 2 } }, From b1b9583e2ecb2a82e546dc00e9075436d3619e37 Mon Sep 17 00:00:00 2001 From: mw308 <34479591+mw308@users.noreply.github.com> Date: Fri, 14 Nov 2025 14:11:16 +0000 Subject: [PATCH 3/3] Corrected again the name --- 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 55e80fe2b..8016e3291 100644 --- a/src/machine/m_at_slot1.c +++ b/src/machine/m_at_slot1.c @@ -594,7 +594,7 @@ static const device_config_t ax6bc_config[] = { .files = { "roms/machines/ax6bc/ax6bc110.bin", "" } }, { - .name = "RM Accelerator 350P2XB/450P3XB - Revision R2.20", + .name = "Award Modular BIOS v4.60PGMA - Revision R2.20 (RM Accelerator 350P2XB/450P3XB)", .internal_name = "ax6bc_rm", .bios_type = BIOS_NORMAL, .files_no = 1, @@ -603,7 +603,7 @@ static const device_config_t ax6bc_config[] = { .files = { "roms/machines/ax6bc/ax6bc220.bin", "" } }, { - .name = "Award Modular BIOS v4.60PGM - Revision R2.59", + .name = "Award Modular BIOS v4.60PGMA - Revision R2.59", .internal_name = "ax6bc", .bios_type = BIOS_NORMAL, .files_no = 1,