Skip to content

Commit

Permalink
Adjusted to cc65/cc65#1844
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschmidt committed Jun 11, 2023
1 parent 75c4dca commit 821a63c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/c64_cps.s
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
; CC65's C64 runtime library doesn't provide this function
; this file provides a version in order that clk_timer.s works without 'ifdefs'

.export __clocks_per_sec
.export ___clocks_per_sec

.code

__clocks_per_sec:
___clocks_per_sec:
lda #60
rts

Expand Down

0 comments on commit 821a63c

Please sign in to comment.