Added a comment to make the situation more clear.

This commit is contained in:
Marco van den Heuvel
2018-04-28 13:25:16 -07:00
parent 11629bcf99
commit a012fab090

View File

@@ -54,7 +54,7 @@ _get_c65_speed:
return_c65_speed:
sta C65_VICIII_KEY
and #$40
beq speed_is_slow
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: