Remove 4 MB option from Bahamas 64; this card only supports up to 2 MB.
This commit is contained in:
parent
c682e070a6
commit
bd8cade1fb
1 changed files with 4 additions and 5 deletions
|
|
@ -2907,11 +2907,10 @@ static device_config_t s3_bahamas64_config[] =
|
||||||
.description = "2 MB",
|
.description = "2 MB",
|
||||||
.value = 2
|
.value = 2
|
||||||
},
|
},
|
||||||
{
|
/*Vision864 also supports 4 and 8 MB, however the Paradise
|
||||||
.description = "4 MB",
|
BIOS is buggy (VESA modes don't work correctly), and UNIVBE and
|
||||||
.value = 4
|
OS/2 Warp misdetect the VRAM size. Bahamas 64 only supports
|
||||||
},
|
up to 2 MB on the board anyway. */
|
||||||
/*Vision864 also supports 8 MB, however the Paradise BIOS is buggy (VESA modes don't work correctly)*/
|
|
||||||
{
|
{
|
||||||
.description = ""
|
.description = ""
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue