provide CLK_TCK and CLOCKS_PER_SEC values for atari5200

This commit is contained in:
Christian Groessler
2014-05-29 13:23:45 +02:00
parent 4286e55453
commit f54ef4efe4
2 changed files with 4 additions and 10 deletions

View File

@@ -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