From c289872cd63e9b9ad7d879a019d34e7ead9dc9f6 Mon Sep 17 00:00:00 2001 From: OBattler Date: Mon, 1 May 2023 16:19:02 +0200 Subject: [PATCH] Allow 8 MB VRAM on the Number Nine 771 since it turns out it correctly supports that much. --- src/video/vid_s3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/vid_s3.c b/src/video/vid_s3.c index 68b84d9db..346de2ebb 100644 --- a/src/video/vid_s3.c +++ b/src/video/vid_s3.c @@ -8928,7 +8928,7 @@ const device_t s3_9fx_771_pci_device = { { .available = s3_9fx_771_available }, .speed_changed = s3_speed_changed, .force_redraw = s3_force_redraw, - .config = s3_standard_config + .config = s3_968_config }; const device_t s3_phoenix_vision968_pci_device = {