From: Marco van den Heuvel Date: Sun, 29 Apr 2018 19:13:52 +0000 (-0700) Subject: Removed obsolete bit opcode. X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=refs%2Fpull%2F634%2Fhead;p=cc65 Removed obsolete bit opcode. --- diff --git a/libsrc/c64/acc_c65_speed.s b/libsrc/c64/acc_c65_speed.s index 1c218f0b5..92f2bac06 100755 --- a/libsrc/c64/acc_c65_speed.s +++ b/libsrc/c64/acc_c65_speed.s @@ -56,7 +56,6 @@ return_c65_speed: and #$40 beq speed_is_slow ; when this branch is taken then register A is already set to SPEED_SLOW lda #SPEED_3X - .byte $2C speed_is_slow: ldx #$00 rts