Skip to content

Commit

Permalink
Less strict still
Browse files Browse the repository at this point in the history
  • Loading branch information
mysterymath committed Dec 18, 2024
1 parent 8cdb7ce commit 3d49282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/atari2600-common/zeropage-max.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

// 128 bytes PIA RAM
// 32 bytes for registers
// 16 bytes for stack (overestimate)
// 32 bytes for stack (overestimate)
// 8 bytes for test result
char buf[128 - 32 - 16 - 8];

Expand Down

0 comments on commit 3d49282

Please sign in to comment.