mirror of
https://github.com/cc65/cc65.git
synced 2025-08-13 08:25:28 +00:00
Removed obsolete bit opcode.
This commit is contained in:
@@ -56,7 +56,6 @@ return_c65_speed:
|
|||||||
and #$40
|
and #$40
|
||||||
beq speed_is_slow ; when this branch is taken then register A is already set to SPEED_SLOW
|
beq speed_is_slow ; when this branch is taken then register A is already set to SPEED_SLOW
|
||||||
lda #SPEED_3X
|
lda #SPEED_3X
|
||||||
.byte $2C
|
|
||||||
speed_is_slow:
|
speed_is_slow:
|
||||||
ldx #$00
|
ldx #$00
|
||||||
rts
|
rts
|
||||||
|
Reference in New Issue
Block a user