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 authored Jun 10, 2023
1 parent e3ab4ac commit f263ec7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/clk_timer.s
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
.export timer_read
.export timer_seconds

.import __clocks_per_sec, _clock
.import ___clocks_per_sec, _clock
.import tosumodeax, tosudiveax
.import pusheax, incsp4
.importzp sp, sreg
Expand All @@ -36,7 +36,7 @@ mult: .byte $4C ; JMP opcode
; inputs: none
; outputs: none
timer_init:
jsr __clocks_per_sec
jsr ___clocks_per_sec
sta timer_freq
cmp #50
beq @timer50
Expand Down

0 comments on commit f263ec7

Please sign in to comment.