From 0c866af8f96e294ac6572ce9e5d617ce1723da91 Mon Sep 17 00:00:00 2001 From: Verloren50000 <110334428+Verloren50000@users.noreply.github.com> Date: Tue, 16 Sep 2025 14:39:46 +0800 Subject: [PATCH] BIOS Selector for Micronics M7S-Hi ROM is complete. --- 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 1740947bc..3d241401d 100644 --- a/src/machine/machine_table.c +++ b/src/machine/machine_table.c @@ -14134,7 +14134,7 @@ const machine_t machines[] = { .kbc_p1 = 0x00000cf0, .gpio = 0xffffffff, .gpio_acpi = 0xffffffff, - .device = NULL, + .device = &m7shi_device, .kbd_device = NULL, .fdc_device = NULL, .sio_device = NULL,