Fix Novell NE2000's default IRQ being out of range
This commit is contained in:
@@ -1329,7 +1329,7 @@ static const device_config_t ne2000_config[] = {
|
|||||||
.description = "IRQ",
|
.description = "IRQ",
|
||||||
.type = CONFIG_SELECTION,
|
.type = CONFIG_SELECTION,
|
||||||
.default_string = "",
|
.default_string = "",
|
||||||
.default_int = 10,
|
.default_int = 3,
|
||||||
.file_filter = "",
|
.file_filter = "",
|
||||||
.spinner = { 0 },
|
.spinner = { 0 },
|
||||||
.selection = {
|
.selection = {
|
||||||
|
Reference in New Issue
Block a user