1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-09 06:29:38 +00:00

Minor fix

git-svn-id: svn://svn.cc65.org/cc65/trunk@3250 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2004-10-14 17:40:09 +00:00
parent 72f7d1e706
commit acfe060afb

View File

@ -92,6 +92,7 @@ COUNT:
READ:
ldx #$00 ; Clear high byte
lda JOYSTICK ; Read joystick
and #$F3 ; Mask relevant keys
rts