Add IRQ 12 setting to NE2000. Patch from EluanCM.

This commit is contained in:
SarahW 2020-02-09 12:48:09 +00:00
commit 1540da6ada

View file

@ -2010,6 +2010,10 @@ static device_config_t ne2000_config[] =
.description = "IRQ 11", .description = "IRQ 11",
.value = 11 .value = 11
}, },
{
.description = "IRQ 12",
.value = 12
},
{ {
.description = "" .description = ""
} }