WD8003 and AHA-154x: address -> Address.

This commit is contained in:
OBattler
2024-11-10 02:51:18 +01:00
parent 066fe83a08
commit 6d7e11c620
2 changed files with 2 additions and 2 deletions

View File

@@ -841,7 +841,7 @@ static const device_config_t wd8003_config[] = {
}, },
{ {
.name = "ram_addr", .name = "ram_addr",
.description = "RAM address", .description = "RAM Address",
.type = CONFIG_HEX20, .type = CONFIG_HEX20,
.default_string = "", .default_string = "",
.default_int = 0xD0000, .default_int = 0xD0000,

View File

@@ -1397,7 +1397,7 @@ static const device_config_t aha_154xcf_config[] = {
}, },
{ {
.name = "fdc_addr", .name = "fdc_addr",
.description = "FDC address", .description = "FDC Address",
.type = CONFIG_HEX16, .type = CONFIG_HEX16,
.default_string = "", .default_string = "",
.default_int = 0, .default_int = 0,