]> git.sur5r.net Git - cc65/commitdiff
Removed obsolete bit opcode. 634/head
authorMarco van den Heuvel <blackystardust68@yahoo.com>
Sun, 29 Apr 2018 19:13:52 +0000 (12:13 -0700)
committerMarco van den Heuvel <blackystardust68@yahoo.com>
Sun, 29 Apr 2018 19:13:52 +0000 (12:13 -0700)
libsrc/c64/acc_c65_speed.s

index 1c218f0b51a7e7e780d2354a6a3d32657faf5eb3..92f2bac06e3290906f34c1bb6133e403bb3af113 100755 (executable)
@@ -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