mirror of
https://github.com/Pecusx/Young-lumberjack.git
synced 2026-05-20 22:33:54 +02:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 439ec83422 | |||
| ffd3a1907a | |||
| bc0e838d79 | |||
| 23471cf054 | |||
| dd9226eb5a | |||
| 72cb8c8f37 |
+7
-19
@@ -12,7 +12,7 @@
|
||||
|
||||
;---------------------------------------------------
|
||||
.macro build
|
||||
dta d"1.07" ; number of this build (4 bytes)
|
||||
dta d"1.05" ; number of this build (4 bytes)
|
||||
.endm
|
||||
|
||||
.macro RMTSong
|
||||
@@ -57,8 +57,7 @@
|
||||
.zpvar SpeedTableAdr .word
|
||||
.zpvar Difficulty .byte ; 0 - normal, 1 - easy
|
||||
.zpvar LumberjackDir .byte ; 2 - on left , 1 - on right
|
||||
.zpvar Paddle1State .byte
|
||||
.zpvar Paddle2State .byte
|
||||
.zpvar PaddleState .byte
|
||||
.zpvar LowCharsetBase .byte
|
||||
.zpvar displayposition .word
|
||||
.zpvar LastKey .byte ; $ff if no key pressed or last key released
|
||||
@@ -1807,10 +1806,8 @@ RIPLoop
|
||||
jsr GetKeyFast
|
||||
cmp #@kbcode._space ; space, Start
|
||||
beq restart
|
||||
lda STRIG0
|
||||
cmp #@kbcode._tab ; TAB, 1st joy button
|
||||
beq restart
|
||||
; cmp #@kbcode._tab ; TAB, 1st joy button
|
||||
; beq restart
|
||||
lda RTCLOK+1
|
||||
cmp #2
|
||||
bne RIPLoop
|
||||
@@ -3615,10 +3612,8 @@ notpressedJoyGetKey
|
||||
;fire
|
||||
lda STRIG0
|
||||
beq JoyButton
|
||||
.IF TARGET = 800 ; More joy buttons , Select and Option key only on A800
|
||||
jsr Check3button ; Third joy button
|
||||
bcc JoyButton ; like First button
|
||||
jsr Check2button ; Second joy button
|
||||
.IF TARGET = 800 ; Second joy button , Select and Option key only on A800
|
||||
jsr Check2button
|
||||
bcc SecondButton
|
||||
checkSelectKey
|
||||
lda CONSOL
|
||||
@@ -3657,15 +3652,8 @@ Check2button
|
||||
lda PADDL0
|
||||
and #$c0
|
||||
eor #$C0
|
||||
cmp Paddle1State
|
||||
sta Paddle1State
|
||||
rts
|
||||
Check3button
|
||||
lda PADDL1
|
||||
and #$c0
|
||||
eor #$C0
|
||||
cmp Paddle2State
|
||||
sta Paddle2State
|
||||
cmp PaddleState
|
||||
sta PaddleState
|
||||
rts
|
||||
.ENDIF
|
||||
.endp
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user