Atari: clock_gettime() and clock_settime() implementations

They are using SpartaDOS-X interfaces and are therefore only working
in this environment.
This commit is contained in:
Christian Groessler
2018-09-25 02:42:45 +02:00
committed by Oliver Schmidt
parent bfba206d16
commit 9c7cccf3e5
3 changed files with 219 additions and 5 deletions

View File

@@ -0,0 +1,9 @@
; .bss variable used by SpartaDOS-X implementations of
; gettime.s and settime.s
.export sdxtry
.bss
sdxtry: .res 1 ; limit of unsuccessful tries to call GETTD/SETTD
; (see settime.s)