]> git.sur5r.net Git - cc65/commit
Added a systime implementation by Stefan Haubenthal with a few changes. The
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 27 Jul 2009 18:44:37 +0000 (18:44 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 27 Jul 2009 18:44:37 +0000 (18:44 +0000)
commit931add050ea929e67a45242fbff758464e8ef3c7
treeb6512dc6122e700be13ff098743c42d184547e94
parent087ae8173a88258fa9a985c55777e4b53116d2b8
Added a systime implementation by Stefan Haubenthal with a few changes. The
routine reads the TOD clock of CIA1 on the C64 and C128. Since systime was a
dummy routine common for all CBMs before, this change adds an individual dummy
routine for all other CBM systems. CBM510/610 do also have a TOD clock, so a
similar function as in the C64 could be used ...

git-svn-id: svn://svn.cc65.org/cc65/trunk@3974 b7a2c559-68d2-44c3-8de9-860c34a00d81
16 files changed:
libsrc/c128/Makefile
libsrc/c128/c128.inc
libsrc/c128/systime.s [new file with mode: 0644]
libsrc/c16/Makefile
libsrc/c16/systime.s [new file with mode: 0644]
libsrc/c64/Makefile
libsrc/c64/c64.inc
libsrc/c64/systime.s [new file with mode: 0644]
libsrc/cbm/Makefile
libsrc/cbm/systime.s [deleted file]
libsrc/cbm510/Makefile
libsrc/cbm510/systime.s [new file with mode: 0644]
libsrc/cbm610/Makefile
libsrc/cbm610/systime.s [new file with mode: 0644]
libsrc/plus4/Makefile
libsrc/plus4/systime.s [new file with mode: 0644]