Merge pull request #1577 from Ompronce/master

Corrected RAM selections and combinations on Sound Blaster AWE64 Gold and Sound Blaster 32 PnP
This commit is contained in:
Miran Grča
2021-08-03 10:12:03 +02:00
committed by GitHub

View File

@@ -2341,9 +2341,6 @@ static const device_config_t sb_32_pnp_config[] =
{ {
"None", 0 "None", 0
}, },
{
"512 KB", 512
},
{ {
"2 MB", 2048 "2 MB", 2048
}, },
@@ -2560,21 +2557,18 @@ static const device_config_t sb_awe64_gold_config[] =
{ {
"onboard_ram", "Onboard RAM", CONFIG_SELECTION, "", 4096, "", { 0 }, "onboard_ram", "Onboard RAM", CONFIG_SELECTION, "", 4096, "", { 0 },
{ {
{
"None", 0
},
{
"512 KB", 512
},
{
"2 MB", 2048
},
{ {
"4 MB", 4096 "4 MB", 4096
}, },
{ {
"8 MB", 8192 "8 MB", 8192
}, },
{
"12 MB", 12288
},
{
"16 MB", 16384
},
{ {
"28 MB", 28*1024 "28 MB", 28*1024
}, },