mirror of
https://github.com/86Box/86Box.git
synced 2025-01-22 09:11:50 -05:00
Corrections to the SixPakPlus
This commit is contained in:
parent
a94a5bb0b5
commit
d8eb77849c
2 changed files with 3 additions and 2 deletions
|
@ -1310,7 +1310,7 @@ static const device_config_t a6pak_config[] = {
|
|||
.file_filter = "",
|
||||
.spinner = {
|
||||
.min = 0,
|
||||
.max = 576,
|
||||
.max = 384,
|
||||
.step = 64
|
||||
},
|
||||
.selection = { { 0 } }
|
||||
|
|
|
@ -714,8 +714,9 @@ static const device_config_t a6pak_config[] = {
|
|||
{
|
||||
{ "Disabled", -1 },
|
||||
{ "IRQ2", 2 },
|
||||
{ "IRQ3", 3 },
|
||||
{ "IRQ4", 4 },
|
||||
{ "IRQ5", 5 },
|
||||
{ "IRQ7", 7 },
|
||||
{ "" }
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue