From 85bfc79a6e532c513909d1f7404cf248fff6bff9 Mon Sep 17 00:00:00 2001 From: win2kgamer <47463859+win2kgamer@users.noreply.github.com> Date: Thu, 2 Oct 2025 23:49:24 -0500 Subject: [PATCH] Use the correct onboard ViRGE device for the TC430HX (#6269) --- 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 be70b897a..5264b1cf8 100644 --- a/src/machine/machine_table.c +++ b/src/machine/machine_table.c @@ -14413,7 +14413,7 @@ const machine_t machines[] = { .kbd_device = NULL, .fdc_device = NULL, .sio_device = NULL, - .vid_device = &s3_virge_375_pci_device, + .vid_device = &s3_virge_375_onboard_pci_device, .snd_device = &ymf701_device, .net_device = NULL },