mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
+1
-1
@@ -41,7 +41,7 @@
|
|||||||
|
|
||||||
;---------------------------------------------------
|
;---------------------------------------------------
|
||||||
.macro build
|
.macro build
|
||||||
dta d"1.56" ; number of this build (4 bytes)
|
dta d"1.57" ; number of this build (4 bytes)
|
||||||
.endm
|
.endm
|
||||||
.macro year
|
.macro year
|
||||||
dta d"2026" ; year of this build (4 bytes)
|
dta d"2026" ; year of this build (4 bytes)
|
||||||
|
|||||||
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -2803,6 +2803,7 @@ notpressed
|
|||||||
; enimation ends
|
; enimation ends
|
||||||
|
|
||||||
jsr GetKeyFast
|
jsr GetKeyFast
|
||||||
|
and #$3f ;CTRL and SHIFT ellimination
|
||||||
cmp #@kbcode._left ; $6
|
cmp #@kbcode._left ; $6
|
||||||
jeq pressedLeft
|
jeq pressedLeft
|
||||||
cmp #@kbcode._right ; $7
|
cmp #@kbcode._right ; $7
|
||||||
|
|||||||
Reference in New Issue
Block a user