Compare commits

...

3 Commits

Author SHA1 Message Date
Pecusx f1e2c4644a Merge pull request #177 from pkali/develop
v.1.57
2026-01-23 22:24:11 +01:00
Pecusx 4b70dd5937 All binaries and flasher updatet to v.1.57 2026-01-23 22:19:18 +01:00
Pecusx 1c900c09aa CTRL & SHIFT elimination in Hovercraft 2026-01-21 00:02:41 +01:00
8 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
;---------------------------------------------------
.macro build
dta d"1.56" ; number of this build (4 bytes)
dta d"1.57" ; number of this build (4 bytes)
.endm
.macro year
dta d"2026" ; year of this build (4 bytes)
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+1
View File
@@ -2803,6 +2803,7 @@ notpressed
; enimation ends
jsr GetKeyFast
and #$3f ;CTRL and SHIFT ellimination
cmp #@kbcode._left ; $6
jeq pressedLeft
cmp #@kbcode._right ; $7