Corrections to the SixPakPlus

This commit is contained in:
Jasmine Iwanek 2024-05-05 23:27:31 -04:00
parent a94a5bb0b5
commit d8eb77849c
2 changed files with 3 additions and 2 deletions

View file

@ -1310,7 +1310,7 @@ static const device_config_t a6pak_config[] = {
.file_filter = "",
.spinner = {
.min = 0,
.max = 576,
.max = 384,
.step = 64
},
.selection = { { 0 } }

View file

@ -714,8 +714,9 @@ static const device_config_t a6pak_config[] = {
{
{ "Disabled", -1 },
{ "IRQ2", 2 },
{ "IRQ3", 3 },
{ "IRQ4", 4 },
{ "IRQ5", 5 },
{ "IRQ7", 7 },
{ "" }
},
},