mirror of
https://github.com/86Box/86Box.git
synced 2026-02-21 17:15:32 -07:00
More KB -> kB.
This commit is contained in:
@@ -1503,7 +1503,7 @@ static const device_config_t gus_config[] = {
|
||||
.value = 0
|
||||
},
|
||||
{
|
||||
.description = "512 KB",
|
||||
.description = "512 kB",
|
||||
.value = 1
|
||||
},
|
||||
{
|
||||
|
||||
@@ -4669,7 +4669,7 @@ static const device_config_t sb_32_pnp_config[] = {
|
||||
.value = 0
|
||||
},
|
||||
{
|
||||
.description = "512 KB",
|
||||
.description = "512 kB",
|
||||
.value = 512
|
||||
},
|
||||
{
|
||||
@@ -4882,7 +4882,7 @@ static const device_config_t sb_awe32_config[] = {
|
||||
.value = 0
|
||||
},
|
||||
{
|
||||
.description = "512 KB",
|
||||
.description = "512 kB",
|
||||
.value = 512
|
||||
},
|
||||
{
|
||||
@@ -4946,7 +4946,7 @@ static const device_config_t sb_awe32_pnp_config[] = {
|
||||
.value = 0
|
||||
},
|
||||
{
|
||||
.description = "512 KB",
|
||||
.description = "512 kB",
|
||||
.value = 512
|
||||
},
|
||||
{
|
||||
@@ -4999,7 +4999,7 @@ static const device_config_t sb_awe64_value_config[] = {
|
||||
.spinner = { 0 },
|
||||
.selection = {
|
||||
{
|
||||
.description = "512 KB",
|
||||
.description = "512 kB",
|
||||
.value = 512
|
||||
},
|
||||
{
|
||||
|
||||
@@ -3937,7 +3937,7 @@ static const device_config_t ext8514_config[] = {
|
||||
.default_int = 1024,
|
||||
.selection = {
|
||||
{
|
||||
.description = "512 KB",
|
||||
.description = "512 kB",
|
||||
.value = 512
|
||||
},
|
||||
{
|
||||
@@ -4006,7 +4006,7 @@ static const device_config_t ext8514_config[] = {
|
||||
.default_int = 1024,
|
||||
.selection = {
|
||||
{
|
||||
.description = "512 KB",
|
||||
.description = "512 kB",
|
||||
.value = 512
|
||||
},
|
||||
{
|
||||
|
||||
@@ -6173,7 +6173,7 @@ static const device_config_t mach8_config[] = {
|
||||
.default_int = 1024,
|
||||
.selection = {
|
||||
{
|
||||
.description = "512 KB",
|
||||
.description = "512 kB",
|
||||
.value = 512
|
||||
},
|
||||
{
|
||||
@@ -6199,7 +6199,7 @@ static const device_config_t mach32_config[] = {
|
||||
.default_int = 2048,
|
||||
.selection = {
|
||||
{
|
||||
.description = "512 KB",
|
||||
.description = "512 kB",
|
||||
.value = 512
|
||||
},
|
||||
{
|
||||
@@ -6252,7 +6252,7 @@ static const device_config_t mach32_pci_config[] = {
|
||||
.default_int = 2048,
|
||||
.selection = {
|
||||
{
|
||||
.description = "512 KB",
|
||||
.description = "512 kB",
|
||||
.value = 512
|
||||
},
|
||||
{
|
||||
|
||||
@@ -4549,7 +4549,7 @@ static const device_config_t gd542x_config[] = {
|
||||
.type = CONFIG_SELECTION,
|
||||
.selection = {
|
||||
{
|
||||
.description = "512 KB",
|
||||
.description = "512 kB",
|
||||
.value = 512
|
||||
},
|
||||
{
|
||||
@@ -4574,7 +4574,7 @@ static const device_config_t gd5426_config[] = {
|
||||
.type = CONFIG_SELECTION,
|
||||
.selection = {
|
||||
{
|
||||
.description = "512 KB",
|
||||
.description = "512 kB",
|
||||
.value = 512
|
||||
},
|
||||
{
|
||||
@@ -4603,7 +4603,7 @@ static const device_config_t gd5428_onboard_config[] = {
|
||||
.type = CONFIG_SELECTION,
|
||||
.selection = {
|
||||
{
|
||||
.description = "512 KB",
|
||||
.description = "512 kB",
|
||||
.value = 512
|
||||
},
|
||||
{
|
||||
|
||||
@@ -643,11 +643,11 @@ const device_config_t nga_config[] = {
|
||||
.default_int = 64,
|
||||
.selection = {
|
||||
{
|
||||
.description = "32 KB",
|
||||
.description = "32 kB",
|
||||
.value = 32
|
||||
},
|
||||
{
|
||||
.description = "64 KB",
|
||||
.description = "64 kB",
|
||||
.value = 64
|
||||
},
|
||||
{
|
||||
|
||||
@@ -10489,7 +10489,7 @@ static const device_config_t s3_orchid_86c911_config[] = {
|
||||
.type = CONFIG_SELECTION,
|
||||
.default_int = 1,
|
||||
.selection = {
|
||||
{ .description = "512 KB",
|
||||
{ .description = "512 kB",
|
||||
.value = 0 },
|
||||
{ .description = "1 MB",
|
||||
.value = 1 },
|
||||
@@ -10519,7 +10519,7 @@ static const device_config_t s3_phoenix_trio32_config[] = {
|
||||
.type = CONFIG_SELECTION,
|
||||
.default_int = 2,
|
||||
.selection = {
|
||||
{ .description = "512 KB",
|
||||
{ .description = "512 kB",
|
||||
.value = 0 },
|
||||
{ .description = "1 MB",
|
||||
.value = 1 },
|
||||
|
||||
Reference in New Issue
Block a user