From bd8cade1fbf5ec0fa2dce17fa91ab25a0c0d1432 Mon Sep 17 00:00:00 2001 From: SarahW Date: Sun, 12 May 2019 17:58:37 +0100 Subject: [PATCH] Remove 4 MB option from Bahamas 64; this card only supports up to 2 MB. --- src/vid_s3.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/vid_s3.c b/src/vid_s3.c index e22e6cd..a6ac6a1 100644 --- a/src/vid_s3.c +++ b/src/vid_s3.c @@ -2907,11 +2907,10 @@ static device_config_t s3_bahamas64_config[] = .description = "2 MB", .value = 2 }, - { - .description = "4 MB", - .value = 4 - }, - /*Vision864 also supports 8 MB, however the Paradise BIOS is buggy (VESA modes don't work correctly)*/ + /*Vision864 also supports 4 and 8 MB, however the Paradise + BIOS is buggy (VESA modes don't work correctly), and UNIVBE and + OS/2 Warp misdetect the VRAM size. Bahamas 64 only supports + up to 2 MB on the board anyway. */ { .description = "" }