Skip to content

Commit

Permalink
#1136: CHUNK_CODE_ZIP was -15 but has 16
Browse files Browse the repository at this point in the history
  • Loading branch information
nesbox committed Jul 22, 2020
1 parent 1e38b45 commit 36025e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cart.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ typedef enum

typedef struct
{
ChunkType type:5;
u32 type:5; // ChunkType
u32 bank:TIC_BANK_BITS;
u32 size:16; // max chunk size is 64K
u32 temp:8;
Expand Down

0 comments on commit 36025e7

Please sign in to comment.