Generic Xt memory expansion: Allow starting at 640k.

This commit is contained in:
OBattler
2025-02-13 00:52:34 +01:00
parent 187a1ca416
commit 8ffdff2bd4

View File

@@ -1024,7 +1024,7 @@ static const device_config_t genericxt_config[] = {
.file_filter = NULL,
.spinner = {
.min = 0,
.max = 624,
.max = 640,
.step = 16
},
.selection = { { 0 } },