From cb1bb4c861fd7d0eb4862c5034b7c33d55eab966 Mon Sep 17 00:00:00 2001 From: Jasmine Iwanek Date: Sat, 13 Dec 2025 15:17:07 -0500 Subject: [PATCH] Correct default base address for Covox voice master Key --- src/sound/snd_covox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sound/snd_covox.c b/src/sound/snd_covox.c index c7e32c7dc..0d6b1dbc1 100644 --- a/src/sound/snd_covox.c +++ b/src/sound/snd_covox.c @@ -243,7 +243,7 @@ static const device_config_t voicemasterkey_config[] = { .description = "Address", .type = CONFIG_HEX16, .default_string = NULL, - .default_int = 0x388, + .default_int = 0x22f, .file_filter = NULL, .spinner = { 0 }, .selection = {