mattiashz
  • Joined on 2023-05-07
mattiashz pushed to auto_remove_unused_funcs at mattiashz/c65gm 2026-04-13 20:29:49 +02:00
bd4dc5d885 Updated tests so they work with new FuncHandler signature
mattiashz created branch auto_remove_unused_funcs in mattiashz/c65gm 2026-04-13 19:57:29 +02:00
mattiashz pushed to auto_remove_unused_funcs at mattiashz/c65gm 2026-04-13 19:57:29 +02:00
652e147298 Added functionality to cull unused functions (by pragma _P_REMOVE_UNUSED)
mattiashz pushed to main at mattiashz/c65gm 2026-04-13 16:59:50 +02:00
4660b54d70 Added unused function warning.
mattiashz pushed to main at mattiashz/c65gm 2026-04-13 16:02:20 +02:00
51b9476a85 Fixed disabling some pragmas and test to go with them
mattiashz pushed to main at mattiashz/c65gm 2026-04-13 15:13:28 +02:00
2d2d665ebd Added pragma _P_IGNORE_UNUSED to suppress warnings for unused variables.
mattiashz deleted branch unused_variable_warnings from mattiashz/c65gm 2026-04-13 13:40:14 +02:00
mattiashz merged pull request mattiashz/c65gm#3 2026-04-13 13:39:37 +02:00
unused_variable_warnings
mattiashz pushed to main at mattiashz/c65gm 2026-04-13 13:39:37 +02:00
90caee5439 Merge pull request 'unused_variable_warnings' (#3) from unused_variable_warnings into main
865930b161 Cleaned up bitfield handling so it's future proof (OR)
b400728893 Added so line numbers and source files are indicated on types declared but never used
0bfbfcdde5 Now unused vars seem to work
b25c11ae64 First commit refactoring and centralizing constant handling all over
Compare 5 commits »
mattiashz created pull request mattiashz/c65gm#3 2026-04-13 13:39:28 +02:00
unused_variable_warnings
mattiashz pushed to unused_variable_warnings at mattiashz/c65gm 2026-04-13 13:37:02 +02:00
865930b161 Cleaned up bitfield handling so it's future proof (OR)
mattiashz pushed to unused_variable_warnings at mattiashz/c65gm 2026-04-13 13:16:37 +02:00
b400728893 Added so line numbers and source files are indicated on types declared but never used
mattiashz pushed to unused_variable_warnings at mattiashz/c65gm 2026-04-13 12:57:31 +02:00
0bfbfcdde5 Now unused vars seem to work
mattiashz created branch unused_variable_warnings in mattiashz/c65gm 2026-04-13 12:21:23 +02:00
mattiashz pushed to unused_variable_warnings at mattiashz/c65gm 2026-04-13 12:21:23 +02:00
b25c11ae64 First commit refactoring and centralizing constant handling all over
mattiashz pushed to main at mattiashz/solitaire-c64 2026-03-09 18:54:31 +01:00
66e0d62a4d Adjusted product name
mattiashz pushed to main at mattiashz/solitaire-c64 2026-03-08 16:07:37 +01:00
c606d14f3e Added mouse sensitivity menu option and logic
mattiashz pushed to main at mattiashz/solitaire-c64 2026-03-08 15:14:40 +01:00
2b7492b3d4 Menu background gray. Sprite background priority set. Hid the return for menu text in white on white background.
mattiashz pushed to main at mattiashz/c65gm 2026-03-04 22:32:57 +01:00
4f4df41c18 Local variable expansion when calling macro
mattiashz pushed to main at mattiashz/c65gm 2026-02-24 23:05:03 +01:00
b614bcb043 Added the WORD <name> = @<label | variable> syntax. Initializes a WORD variable with the address of (pointer to) that symbol.