From: Marco van den Heuvel Date: Sun, 15 Apr 2018 18:55:58 +0000 (-0700) Subject: Fixed some comment and documentation errors. X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c5f15fa1d54fd476e9b3a852bb6699ccd57183a0;p=cc65 Fixed some comment and documentation errors. --- diff --git a/doc/funcref.sgml b/doc/funcref.sgml index 4dfbf29e0..268c210fe 100644 --- a/doc/funcref.sgml +++ b/doc/funcref.sgml @@ -2936,8 +2936,8 @@ used in presence of a prototype. , -, +, +, @@ -3512,7 +3512,7 @@ header files define constants that can be used to check the return code. The function is specific to the C64. -The function does not check for the presence of the cartridge. +The function does not check for the presence of the C64DTV. See the accelerator.h header for the speed definitions. / - The function is specific to the C64. @@ -6125,7 +6125,7 @@ clean-up when exitting the program. / - The function is specific to the C128 and C64. diff --git a/libsrc/c64/acc_c64dtv_speed.s b/libsrc/c64/acc_c64dtv_speed.s index 9cf49673e..03bff8aa6 100755 --- a/libsrc/c64/acc_c64dtv_speed.s +++ b/libsrc/c64/acc_c64dtv_speed.s @@ -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: