From a7a35d1dd0ae1aacfc8a7c3d61a4c12293eb3017 Mon Sep 17 00:00:00 2001 From: flama12333 <143599905+flama12333@users.noreply.github.com> Date: Fri, 15 Aug 2025 15:28:57 -0500 Subject: [PATCH] Change to AX286D machine_table.c The dump is from Sharp AX286D there are other portable model. ax286n src: https://www.facebook.com/groups/280993058608704/posts/8592062164168377/ --- 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 e6b13f778..78e98bb56 100644 --- a/src/machine/machine_table.c +++ b/src/machine/machine_table.c @@ -3589,7 +3589,7 @@ const machine_t machines[] = { }, /* Has unknown KBC firmware. */ { - .name = "[ISA] Sharp AX 286", + .name = "[ISA] Sharp AX286D", .internal_name = "ax286", .type = MACHINE_TYPE_286, .chipset = MACHINE_CHIPSET_DISCRETE,