1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-06 16:55: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
atari
atmos
c16 Added support for chained interrupt handlers installed with .condes type 2. 2009-02-22 18:16:13 +00:00
c64
c128
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
conio
dbg
em
geos
joystick
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
nes
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
serial
supervision
tgi
vic20 Fixed problems with the startup code (Greg King): Interrupts must be hooked 2008-08-31 18:22:51 +00:00
zlib
Makefile