From 519f47746a418099c47a5c553214be9d28506d69 Mon Sep 17 00:00:00 2001 From: OBattler Date: Sun, 10 Nov 2024 02:28:13 +0100 Subject: [PATCH] DMA channel, not Address. --- src/floppy/fdc_monster.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/floppy/fdc_monster.c b/src/floppy/fdc_monster.c index 292ab6a5b..cbbaea7bf 100644 --- a/src/floppy/fdc_monster.c +++ b/src/floppy/fdc_monster.c @@ -209,7 +209,7 @@ static const device_config_t monster_fdc_config[] = { }, { .name = "sec_dma", - .description = "Secondary Controller DMA Address", + .description = "Secondary Controller DMA channel", .type = CONFIG_SELECTION, .default_string = "", .default_int = 2,