From e642504dcb7e74ad2df697f9989c406a32b383f6 Mon Sep 17 00:00:00 2001 From: win2kgamer <47463859+win2kgamer@users.noreply.github.com> Date: Wed, 11 Feb 2026 19:58:49 -0600 Subject: [PATCH] Sensation II: Onboard video is actually VLB per the 1994 Radio Shack catalog mentioning local bus video --- 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 61efa3e11..236c8321b 100644 --- a/src/machine/machine_table.c +++ b/src/machine/machine_table.c @@ -8708,7 +8708,7 @@ const machine_t machines[] = { .kbd_device = NULL, .fdc_device = NULL, .sio_device = NULL, - .vid_device = &gd5428_onboard_device, + .vid_device = &gd5428_vlb_onboard_device, .snd_device = NULL, .net_device = NULL },