Skip to content

Commit 263856f

Browse files
committed
I can't count
1 parent ef02aac commit 263856f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/config_constants.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ const PresetDef __in_flash("us_presets") socket_presets[] = {
169169
* Standard C64 addresses: 0x00=D400, 0x20=D420, 0x40=D440, 0x60=D460
170170
*
171171
*/
172-
const uint8_t __in_flash("us_uints") address_table[19][4] = {
172+
const uint8_t __in_flash("us_uints") address_table[20][4] = {
173173
/* 0b1111: from left to right Sock1 EN, Sock1 Dual, Sock2 EN, Sock2 Dual */
174174
/* 0b0000: S1:off S1D:off S2:off S2D:off */ { 0xFF, 0xFF, 0xFF, 0xFF }, /* 0: Invalid - both disabled */
175175
/* 0b0001: S1:off S1D:off S2:off S2D:on */ { 0xFF, 0xFF, 0xFF, 0xFF }, /* 1: Invalid - S2 disabled but dual */

src/config_constants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ typedef struct DetectionResult {
165165
/* Externalise me whatever! */
166166

167167
extern const PresetDef __in_flash("us_presets") socket_presets[];
168-
extern const uint8_t __in_flash("us_uints") address_table[19][4];
168+
extern const uint8_t __in_flash("us_uints") address_table[20][4];
169169
extern const uint8_t __in_flash("us_uints") sid_addresses[];
170170

171171

0 commit comments

Comments
 (0)