]> git.sur5r.net Git - cc65/blobdiff - libsrc/c64/acc_c64dtv_speed.s
Fixed some comment and documentation errors.
[cc65] / libsrc / c64 / acc_c64dtv_speed.s
index 9cf49673e34bb116fd9bf3feeb90aaad2a465a40..03bff8aa6f9886f78472b467d1b6de135a2bde8f 100755 (executable)
@@ -41,7 +41,7 @@ low_speed:
 set_speed:
         .byte   $32,$99               ; SAC #$99   set accumulator to reg 9 (cpu control)
         txa                           ; (re)set skip and burst bits
-        .byte   $32,$00               ; SAC #$99   set accumulator back to reg 0
+        .byte   $32,$00               ; SAC #$00   set accumulator back to reg 0
         jmp     _get_c64dtv_speed
 
 high_speed: