From 0468164c2bb493345604036cfb441acb0c953418 Mon Sep 17 00:00:00 2001 From: Ompronce <88358700+Ompronce@users.noreply.github.com> Date: Sun, 29 Aug 2021 02:04:22 -0400 Subject: [PATCH] Add files via upload --- src/sound/snd_mpu401.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/sound/snd_mpu401.c b/src/sound/snd_mpu401.c index 0f6e420b7..571ee8085 100644 --- a/src/sound/snd_mpu401.c +++ b/src/sound/snd_mpu401.c @@ -1808,6 +1808,9 @@ static const device_config_t mpu401_standalone_config[] = { "0x300", 0x300 }, + { + "0x320", 0x320 + }, { "0x330", 0x330 }, @@ -1831,6 +1834,9 @@ static const device_config_t mpu401_standalone_config[] = { "IRQ 5", 5 }, + { + "IRQ 6", 6 + }, { "IRQ 7", 7 },