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 = "", .file_filter = "",
.spinner = { .spinner = {
.min = 0, .min = 0,
.max = 576, .max = 384,
.step = 64 .step = 64
}, },
.selection = { { 0 } } .selection = { { 0 } }

View File

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