]> git.sur5r.net Git - cc65/commit
Atari: clock_gettime() and clock_settime() implementations
authorChristian Groessler <chris@groessler.org>
Tue, 25 Sep 2018 00:42:45 +0000 (02:42 +0200)
committerOliver Schmidt <ol.sc@web.de>
Tue, 25 Sep 2018 19:11:05 +0000 (21:11 +0200)
commit9c7cccf3e5214ebbb3ac031168e349a5f27fb5ae
treeaa7a49a1977a6c1c266b0789a856a6d7571f6116
parentbfba206d160f637cd17b1bb898ec054d9c6f030e
Atari: clock_gettime() and clock_settime() implementations

They are using SpartaDOS-X interfaces and are therefore only working
in this environment.
libsrc/atari/gettime.s [new file with mode: 0644]
libsrc/atari/sdxtime-bss.s [new file with mode: 0644]
libsrc/atari/settime.s