From a1566e905f13dd1a83ece30ae2f32a8c4d4f4663 Mon Sep 17 00:00:00 2001 From: OBattler Date: Sun, 10 Nov 2024 02:36:34 +0100 Subject: [PATCH] XGA address -> Address. --- src/video/vid_xga.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/vid_xga.c b/src/video/vid_xga.c index 686634492..cfc002a0b 100644 --- a/src/video/vid_xga.c +++ b/src/video/vid_xga.c @@ -3649,7 +3649,7 @@ static const device_config_t xga_isa_configuration[] = { }, { .name = "ext_mem_addr", - .description = "MMIO address", + .description = "MMIO Address", .type = CONFIG_HEX16, .default_string = "", .default_int = 0x00f0,