provide CLK_TCK and CLOCKS_PER_SEC values for atari5200
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
; unsigned _clocks_per_sec (void);
|
||||
;
|
||||
|
||||
.export _clock, __clocks_per_sec
|
||||
.export _clock
|
||||
.importzp sreg
|
||||
|
||||
.include "atari5200.inc"
|
||||
@@ -24,12 +24,3 @@
|
||||
rts
|
||||
|
||||
.endproc
|
||||
|
||||
|
||||
.proc __clocks_per_sec
|
||||
|
||||
ldx #$00 ; Clear high byte of return value
|
||||
lda #60
|
||||
rts
|
||||
|
||||
.endproc
|
||||
|
||||
Reference in New Issue
Block a user