Added correct AWE64 Gold RAM amounts

Corrected AWE64 Gold RAM amounts based on formulas seen here - https://www.vogons.org/viewtopic.php?p=988235#p988235
This commit is contained in:
Ompronce
2021-08-03 02:46:09 -04:00
committed by GitHub
parent 2cdd6fec56
commit 1d57246ee8

View File

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