Xi8088 strings.

This commit is contained in:
OBattler 2024-11-12 01:48:17 +01:00
parent 09eb050423
commit 937c507bb9

View file

@ -110,11 +110,11 @@ static const device_config_t xi8088_config[] = {
.type = CONFIG_SELECTION,
.selection = {
{
.description = "64KB starting from 0xF0000",
.description = "64 kB starting from F0000",
.value = 0
},
{
.description = "128KB starting from 0xE0000 (address MSB inverted, last 64KB first)",
.description = "128 kB starting from E0000 (address MSB inverted, last 64KB first)",
.value = 1
}
},