1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 06:28:57 +00:00
cc65/libsrc
uz 931add050e 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
2009-07-27 18:44:37 +00:00
..
apple2 Move common data and ex-/imports into an assembler include named time.inc. 2009-07-27 17:59:27 +00:00
apple2enh git-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559-68d2-44c3-8de9-860c34a00d81 2008-08-02 22:02:54 +00:00
atari use RUNAD (from atari.inc) instead of /bin/bash2E0 2009-04-29 21:37:10 +00:00
atmos Function key support be Stephan Haubenthal. 2009-01-24 16:35:42 +00:00
c16 Added a systime implementation by Stefan Haubenthal with a few changes. The 2009-07-27 18:44:37 +00:00
c64 Added a systime implementation by Stefan Haubenthal with a few changes. The 2009-07-27 18:44:37 +00:00
c128 Added a systime implementation by Stefan Haubenthal with a few changes. The 2009-07-27 18:44:37 +00:00
cbm Added a systime implementation by Stefan Haubenthal with a few changes. The 2009-07-27 18:44:37 +00:00
cbm510 Added a systime implementation by Stefan Haubenthal with a few changes. The 2009-07-27 18:44:37 +00:00
cbm610 Added a systime implementation by Stefan Haubenthal with a few changes. The 2009-07-27 18:44:37 +00:00
common Use named constants from ctype.inc instead of hard coded numeric values. 2009-02-10 22:11:56 +00:00
conio Fixed tab removal which somehow went wrong 2005-02-14 09:38:30 +00:00
dbg git-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559-68d2-44c3-8de9-860c34a00d81 2008-08-02 22:02:54 +00:00
em git-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559-68d2-44c3-8de9-860c34a00d81 2008-08-02 22:02:54 +00:00
geos git-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559-68d2-44c3-8de9-860c34a00d81 2008-08-02 22:02:54 +00:00
joystick git-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559-68d2-44c3-8de9-860c34a00d81 2008-08-02 22:02:54 +00:00
lynx git-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559-68d2-44c3-8de9-860c34a00d81 2008-08-02 22:02:54 +00:00
mouse git-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559-68d2-44c3-8de9-860c34a00d81 2008-08-02 22:02:54 +00:00
nes Code optimizations (by Stefan Haubenthal and me). 2009-01-06 17:49:29 +00:00
pet Fixed problems with the startup code (Greg King): Interrupts must be hooked 2009-02-22 18:10:01 +00:00
plus4 Added a systime implementation by Stefan Haubenthal with a few changes. The 2009-07-27 18:44:37 +00:00
runtime A few minor 65C02 optimizations. 2009-02-22 15:39:19 +00:00
serial git-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559-68d2-44c3-8de9-860c34a00d81 2008-08-02 22:02:54 +00:00
supervision Add definitions for tools so the makefile is useful by itself. 2004-10-26 19:28:26 +00:00
tgi git-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559-68d2-44c3-8de9-860c34a00d81 2008-08-02 22:02:54 +00:00
vic20 Fixed problems with the startup code (Greg King): Interrupts must be hooked 2008-08-31 18:22:51 +00:00
zlib git-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559-68d2-44c3-8de9-860c34a00d81 2008-08-02 22:02:54 +00:00
Makefile add Atari MultiJoy driver from Stefan A. Haubenthal 2009-04-11 18:10:44 +00:00