mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 18:08:20 -07:00
DMA channel -> DMA.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user