; Reads controller into A and temp. ; Unreliable if DMC is playing. ; Preserved: X, Y ; Time: 153 clocks .align 32 read_joy_fast: ; Strobe controller lda #1 ; 2 sta $4016 ; 4 lda #0 ; 2 sta $4016 ; 4 ; Read 8 bits lda #$80 ; 2 sta