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:
committed by
Oliver Schmidt
parent
bfba206d16
commit
9c7cccf3e5
9
libsrc/atari/sdxtime-bss.s
Normal file
9
libsrc/atari/sdxtime-bss.s
Normal 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)
|
||||
Reference in New Issue
Block a user