From 937c507bb9230977b92be7c3bf7457df5e6429a5 Mon Sep 17 00:00:00 2001 From: OBattler Date: Tue, 12 Nov 2024 01:48:17 +0100 Subject: [PATCH] Xi8088 strings. --- src/machine/m_xt_xi8088.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/machine/m_xt_xi8088.c b/src/machine/m_xt_xi8088.c index 702a088ce..9b55dc021 100644 --- a/src/machine/m_xt_xi8088.c +++ b/src/machine/m_xt_xi8088.c @@ -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 } },