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",
|
||||
.type = CONFIG_SELECTION,
|
||||
.default_string = "",
|
||||
.default_int = 10,
|
||||
.default_int = 3,
|
||||
.file_filter = "",
|
||||
.spinner = { 0 },
|
||||
.selection = {
|
||||
|
Reference in New Issue
Block a user