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:
@@ -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
|
||||
},
|
||||
|
Reference in New Issue
Block a user