mirror of
https://github.com/86Box/86Box.git
synced 2025-01-22 09:11:50 -05:00
Xi8088 strings.
This commit is contained in:
parent
09eb050423
commit
937c507bb9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue