DMA channel -> DMA.

This commit is contained in:
OBattler
2024-11-10 02:42:01 +01:00
parent a1566e905f
commit fbc21cdf49
9 changed files with 15 additions and 15 deletions

View File

@@ -3673,7 +3673,7 @@ static const device_config_t xga_isa_configuration[] = {
},
{
.name = "dma",
.description = "DMA channel",
.description = "DMA",
.type = CONFIG_SELECTION,
.default_string = "",
.default_int = 7,
@@ -3714,7 +3714,7 @@ static const device_config_t xga_inmos_isa_configuration[] = {
},
{
.name = "dma",
.description = "DMA channel",
.description = "DMA",
.type = CONFIG_SELECTION,
.default_string = "",
.default_int = 7,