From 2b15d7c0e63f842b0a6acd09cec2cb3a28b43666 Mon Sep 17 00:00:00 2001 From: flama12333 <143599905+flama12333@users.noreply.github.com> Date: Sat, 13 Apr 2024 00:46:21 -0500 Subject: [PATCH] Rename dtk 386 clone to DTK PM-1630C the motherboard is listed https://theretroweb.com/motherboards/s/dtk-pm-1630c user in vcfed uploaded bios post pictures https://forum.vcfed.org/index.php?threads/getting-a-dtk-peer-2030-computer-running.1238827/page-4 --- src/machine/machine_table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/machine/machine_table.c b/src/machine/machine_table.c index c2bb3925b..5020f3498 100644 --- a/src/machine/machine_table.c +++ b/src/machine/machine_table.c @@ -4416,7 +4416,7 @@ const machine_t machines[] = { }, /* Has IBM AT KBC firmware. */ { - .name = "[NEAT] DTK 386SX clone", + .name = "[NEAT] DTK PM-1630C", .internal_name = "dtk386", .type = MACHINE_TYPE_386SX, .chipset = MACHINE_CHIPSET_NEAT,