From 7bf1ea49bcd8de7b2655b7a5e288963ad40c5ff1 Mon Sep 17 00:00:00 2001 From: usergithub64 <58270614+usergithub64@users.noreply.github.com> Date: Thu, 6 Nov 2025 15:46:39 +0200 Subject: [PATCH] Update m_xt.c --- src/machine/m_xt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/machine/m_xt.c b/src/machine/m_xt.c index f0b5d37a6..a5dc921b2 100644 --- a/src/machine/m_xt.c +++ b/src/machine/m_xt.c @@ -1736,7 +1736,7 @@ static const device_config_t to16_config[] = { .file_filter = NULL, .spinner = { 0 }, .selection = { - { .description = "Uninstalled", .value = 0 }, + { .description = "Not installed", .value = 0 }, { .description = "RTC0", .value = 0x300 }, { .description = "RTC1", .value = 0x2c0 }, { .description = "" } @@ -1745,7 +1745,7 @@ static const device_config_t to16_config[] = { }, { .name = "rtc_irq", - .description = "RTC IRQ2", + .description = "RTC IRQ 2", .type = CONFIG_SELECTION, .default_string = NULL, .default_int = -1,