1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-04 03:56:13 +00:00
cc65/libsrc/cbm610
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
..
_scrsize.s
banking.s
break.s
cbm610-ram.s
cbm610-stdser.s Inline InitBuffers 2005-05-05 10:32:06 +00:00
cbm610.inc
cgetc.s Design change: Do keyboard polling internally without calling the kernal 2003-12-21 18:43:25 +00:00
clrscr.s
color.s
cputc.s Design change: Do keyboard polling internally without calling the kernal 2003-12-21 18:43:25 +00:00
crt0.s Fixed problems with the startup code (Greg King): Interrupts must be hooked 2009-02-22 18:23:31 +00:00
crtc.s
extzp.inc PET-II improvements 2003-12-28 18:35:00 +00:00
extzp.s Design change: Do keyboard polling internally without calling the kernal 2003-12-21 18:43:25 +00:00
kbhit.s Design change: Do keyboard polling internally without calling the kernal 2003-12-21 18:43:25 +00:00
kclose.s Fixed a typo 2003-12-27 16:10:53 +00:00
kernal.s Design change: Do keyboard polling internally without calling the kernal 2003-12-21 18:43:25 +00:00
kiobase.s
kopen.s Complete redesign of the CBM610 support. 2003-12-20 23:13:26 +00:00
krdtim.s
kreadst.s
kscnkey.s Design change: Do keyboard polling internally without calling the kernal 2003-12-21 18:43:25 +00:00
kscreen.s
ksetnam.s
ksettim.s
kudtim.s Design change: Do keyboard polling internally without calling the kernal 2003-12-21 18:43:25 +00:00
mainargs.s Move constructor code into the INIT segment 2005-02-26 09:28:46 +00:00
Makefile Add definitions for tools so the makefile is useful by itself. 2004-10-26 19:28:26 +00:00
peeksys.s
pokesys.s
randomize.s
revers.s
sysuname.s