mattiashz
  • Joined on 2023-05-07
mattiashz pushed to main at mattiashz/c65gm 2026-02-17 07:54:15 +01:00
8398a30c97 Updated new c65gm keywords to editor syntaxes. LIBRARY and MACRO
mattiashz pushed to main at mattiashz/c65gm 2026-02-13 09:29:45 +01:00
4acd8f2e87 Local variable expansion and macro expansion in ASM block now takes into account comments and ommits those.
mattiashz pushed to main at mattiashz/c65gm 2026-02-11 15:54:50 +01:00
8e66e95c90 Updated starlark info in docs
mattiashz pushed to main at mattiashz/c65gm 2026-02-11 14:06:22 +01:00
104e950d63 Updated docs to describe new SCRIPT blocks including macros
mattiashz pushed to main at mattiashz/c65gm 2026-02-11 13:56:25 +01:00
83a0a20393 Added SCRIPT MACRO blocks
mattiashz pushed to main at mattiashz/c65gm 2026-02-11 13:25:13 +01:00
c6b67f8044 Added SCRIPT LIBRARY block for reusable StarLark code.
mattiashz pushed to main at mattiashz/c65gm 2026-01-26 20:37:53 +01:00
617f67ecb5 Added kate editor syntaxes to project
mattiashz pushed to main at mattiashz/solitaire-c64 2026-01-18 17:30:21 +01:00
6ae8587fed Added win screen
mattiashz pushed to main at mattiashz/solitaire-c64 2026-01-16 23:50:38 +01:00
1151b2d2c4 game hint light grey
mattiashz pushed to main at mattiashz/solitaire-c64 2026-01-16 23:39:05 +01:00
c3cd214d55 Merge pull request 'gamemenu' (#1) from gamemenu into main
b27cadc740 Tightened up the code with better label and pointer handling.
788c6ed60d Tightened up the code with better label and pointer handling. README improved.
f4bff18f29 Fixed game menu. Fixed jerky mouse movement while scanning keyboard (cause was scanning keyboard right before reading mouse). Menu code tighter.
a799d7695c Game menu working. Issue where reading keys cause interference with JOY/Mouse atm.
Compare 7 commits »
mattiashz merged pull request mattiashz/solitaire-c64#1 2026-01-16 23:39:04 +01:00
gamemenu
mattiashz created pull request mattiashz/solitaire-c64#1 2026-01-16 23:38:54 +01:00
gamemenu
mattiashz pushed to gamemenu at mattiashz/solitaire-c64 2026-01-12 13:48:38 +01:00
b27cadc740 Tightened up the code with better label and pointer handling.
mattiashz pushed to gamemenu at mattiashz/solitaire-c64 2026-01-12 13:39:33 +01:00
788c6ed60d Tightened up the code with better label and pointer handling. README improved.
mattiashz pushed to gamemenu at mattiashz/solitaire-c64 2026-01-11 21:00:16 +01:00
f4bff18f29 Fixed game menu. Fixed jerky mouse movement while scanning keyboard (cause was scanning keyboard right before reading mouse). Menu code tighter.
mattiashz pushed to main at mattiashz/c65gm 2026-01-11 18:41:28 +01:00
5f4b34e7c0 Made c64scr.c65 use functions. Backwards compatible with GOSUB
mattiashz pushed to gamemenu at mattiashz/solitaire-c64 2026-01-11 18:38:29 +01:00
a799d7695c Game menu working. Issue where reading keys cause interference with JOY/Mouse atm.
mattiashz pushed to main at mattiashz/c65gm 2026-01-11 14:45:22 +01:00
d717002b27 Updated FOR loop to do check at NEXT instead of at FOR handling edge cases 255 and 65536 better. Removed STEP
mattiashz pushed to gamemenu at mattiashz/solitaire-c64 2026-01-11 09:57:11 +01:00
263e019669 Game menu working. Move from foundation working.
mattiashz created branch gamemenu in mattiashz/solitaire-c64 2026-01-10 15:38:59 +01:00