Added correct IRQs for Roland MPU-IPC-T card and corrected typo

This commit is contained in:
Ompronce
2021-08-29 01:38:45 -04:00
committed by GitHub
parent 4cbba570a9
commit 5b880cd804

View File

@@ -1674,7 +1674,7 @@ mpu401_init(mpu_t *mpu, uint16_t addr, int irq, int mode, int receive_input)
mpu->mode = M_UART;
mpu->addr = addr;
/* Expalantion:
/* Explanation:
MPU-401 starting in intelligent mode = Full MPU-401 intelligent mode capability;
MPU-401 starting in UART mode = Reduced MPU-401 intelligent mode capability seen on the Sound Blaster 16/AWE32,
only supporting commands 3F (set UART mode) and FF (reset). */
@@ -1817,10 +1817,10 @@ static const device_config_t mpu401_standalone_config[] =
}
},
{
"irq", "MPU-401 IRQ", CONFIG_SELECTION, "", 9, "", { 0 },
"irq", "MPU-401 IRQ", CONFIG_SELECTION, "", 2, "", { 0 },
{
{
"IRQ 9", 9
"IRQ 2", 2
},
{
"IRQ 3", 3
@@ -1834,9 +1834,6 @@ static const device_config_t mpu401_standalone_config[] =
{
"IRQ 7", 7
},
{
"IRQ 10", 10
},
{
""
}