Set default IRQ for NE2000 to 3

Increases compatibility with Windows 9x and other operating systems that have a limited selection of IRQs for this device (usually IRQs <= 9).
This commit is contained in:
GetDizzy
2022-07-16 16:50:41 -04:00
committed by GitHub
parent 5355a0e188
commit 39145e7cc6

View File

@@ -1211,7 +1211,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 = {