mirror of
https://github.com/cc65/cc65.git
synced 2025-01-06 22:31:52 +00:00
Fixed another comment.
This commit is contained in:
parent
c5f15fa1d5
commit
0aa2735d4e
@ -10,7 +10,7 @@
|
|||||||
; * Note that any value higher or equal to SPEED_2X will switch to fast mode.
|
; * 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
|
; * This function will return the actual speed the CPU is at after trying
|
||||||
; * to set the requested speed, to my knowledge this should not happen.
|
; * to set the requested speed, to my knowlegde the switching should not fail.
|
||||||
; *
|
; *
|
||||||
; * This function does not check for the presence of the C64DTV,
|
; * This function does not check for the presence of the C64DTV,
|
||||||
; * make sure you use 'detect_c64dtv();' before using.
|
; * make sure you use 'detect_c64dtv();' before using.
|
||||||
|
Loading…
Reference in New Issue
Block a user