Onboard RAM -> Memory size

This commit is contained in:
OBattler
2024-11-10 23:49:57 +01:00
parent 9d3559a0ab
commit d98e51b7f4
2 changed files with 6 additions and 6 deletions

View File

@@ -1491,7 +1491,7 @@ static const device_config_t gus_config[] = {
}, },
{ {
.name = "gus_ram", .name = "gus_ram",
"Onboard RAM", "Memory size",
.type = CONFIG_SELECTION, .type = CONFIG_SELECTION,
.default_string = "", .default_string = "",
.default_int = 0, .default_int = 0,

View File

@@ -4870,7 +4870,7 @@ static const device_config_t sb_awe32_config[] = {
}, },
{ {
.name = "onboard_ram", .name = "onboard_ram",
.description = "Onboard RAM", .description = "Memory size",
.type = CONFIG_SELECTION, .type = CONFIG_SELECTION,
.default_string = "", .default_string = "",
.default_int = 512, .default_int = 512,
@@ -4934,7 +4934,7 @@ static const device_config_t sb_awe32_config[] = {
static const device_config_t sb_awe32_pnp_config[] = { static const device_config_t sb_awe32_pnp_config[] = {
{ {
.name = "onboard_ram", .name = "onboard_ram",
.description = "Onboard RAM", .description = "Memory size",
.type = CONFIG_SELECTION, .type = CONFIG_SELECTION,
.default_string = "", .default_string = "",
.default_int = 512, .default_int = 512,
@@ -4991,7 +4991,7 @@ static const device_config_t sb_awe32_pnp_config[] = {
static const device_config_t sb_awe64_value_config[] = { static const device_config_t sb_awe64_value_config[] = {
{ {
.name = "onboard_ram", .name = "onboard_ram",
.description = "Onboard RAM", .description = "Memory size",
.type = CONFIG_SELECTION, .type = CONFIG_SELECTION,
.default_string = "", .default_string = "",
.default_int = 512, .default_int = 512,
@@ -5068,7 +5068,7 @@ static const device_config_t sb_awe64_value_config[] = {
static const device_config_t sb_awe64_config[] = { static const device_config_t sb_awe64_config[] = {
{ {
.name = "onboard_ram", .name = "onboard_ram",
.description = "Onboard RAM", .description = "Memory size",
.type = CONFIG_SELECTION, .type = CONFIG_SELECTION,
.default_string = "", .default_string = "",
.default_int = 1024, .default_int = 1024,
@@ -5141,7 +5141,7 @@ static const device_config_t sb_awe64_config[] = {
static const device_config_t sb_awe64_gold_config[] = { static const device_config_t sb_awe64_gold_config[] = {
{ {
.name = "onboard_ram", .name = "onboard_ram",
.description = "Onboard RAM", .description = "Memory size",
.type = CONFIG_SELECTION, .type = CONFIG_SELECTION,
.default_string = "", .default_string = "",
.default_int = 4096, .default_int = 4096,