From ef73310ccef82ec6ed4e2b48fcc354c747468423 Mon Sep 17 00:00:00 2001 From: Marco van den Heuvel Date: Mon, 16 Apr 2018 11:05:52 -0700 Subject: [PATCH] Fixed more comments. --- libsrc/c64/acc_c64dtv_speed.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libsrc/c64/acc_c64dtv_speed.s b/libsrc/c64/acc_c64dtv_speed.s index ff86751a5..6a8371a9c 100755 --- a/libsrc/c64/acc_c64dtv_speed.s +++ b/libsrc/c64/acc_c64dtv_speed.s @@ -10,7 +10,7 @@ ; * Note that any value higher or equal to SPEED_2X will switch to fast mode. ; * ; * This function will return the actual speed the CPU is at after trying -; * to set the requested speed, to my knowlegde the switching should not fail. +; * to set the requested speed, to my knowledge the switching should not fail. ; * ; * This function does not check for the presence of the C64DTV, ; * make sure you use 'detect_c64dtv();' before using. @@ -52,7 +52,7 @@ high_speed: _get_c64dtv_speed: .byte $32,$99 ; SAC #$99 set accumulator to reg 9 (cpu control) tax - .byte $32,$00 ; SAC #$99 set accumulator back to reg 0 + .byte $32,$00 ; SAC #$00 set accumulator back to reg 0 txa and #C64DTV_Fast bne in_fast_mode -- 2.39.5