Reworked version by Oliver Schmidt

git-svn-id: svn://svn.cc65.org/cc65/trunk@2913 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2004-03-11 21:54:22 +00:00
parent 5f2569ef28
commit a57deeb58a
25 changed files with 499 additions and 364 deletions

View File

@@ -101,7 +101,7 @@ READJOY:
; Read joystick
lda OPEN_APPLE,x ; Check fire button
lda BUTN0,x ; Check fire button
and #$80 ; BTN 0 0 0 0 0 0 0
pha
@@ -122,7 +122,7 @@ READJOY:
ror a ; DOWN /UP RIGHT /LEFT BTN 0 0 0
eor #%01010000 ; DOWN UP RIGHT LEFT BTN 0 0 0
ldx #0 ; fix X
ldx #$00 ; fix X
rts