1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 06:28:57 +00:00
cc65/libsrc
uz d352b85c87 Fixed problems with the startup code (Greg King): Interrupts must be hooked
before calling initlib because initlib calls contructors and may install
drivers, which enable hardware interrupts. Similar for donelib.

See also R3897 and R3951 where this change was done for other platforms.
                         


git-svn-id: svn://svn.cc65.org/cc65/trunk@3954 b7a2c559-68d2-44c3-8de9-860c34a00d81
2009-02-22 18:23:31 +00:00
..
apple2 git-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559-68d2-44c3-8de9-860c34a00d81 2008-08-02 22:02:54 +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 small optimization 2009-01-30 19:17:14 +00:00
atmos Function key support be Stephan Haubenthal. 2009-01-24 16:35:42 +00:00
c16 Added support for chained interrupt handlers installed with .condes type 2. 2009-02-22 18:16:13 +00:00
c64 Fixed problems with the startup code (Greg King): Interrupts must be hooked 2008-08-31 18:22:51 +00:00
c128 Fixed problems with the startup code (Greg King): Interrupts must be hooked 2008-08-31 18:22:51 +00:00
cbm writefndiskcmd gets its arguments in ptr1 and Y. 2009-02-22 15:40:06 +00:00
cbm510 Fixed problems with the startup code (Greg King): Interrupts must be hooked 2009-02-22 18:23:31 +00:00
cbm610 Fixed problems with the startup code (Greg King): Interrupts must be hooked 2009-02-22 18:23:31 +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 Removed an unsed import. 2009-02-22 18:14:54 +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 Added Koala Pad mouse drivers written by Stefan Haubenthal. 2008-08-05 20:54:35 +00:00