1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-07 04:29:01 +00:00
cc65/libsrc
cuz cbdcab4fdb Change the sematics of callirq and the existing interruptors: The interrupts
must now return carry set if the interrupt has been handled, and carry clear
if not. The callirq routine will stop calling handlers with the first handler
that claims to have handled the interrupt. callirq will return the carry flag
to the caller as it came from the last interruptor called.


git-svn-id: svn://svn.cc65.org/cc65/trunk@3491 b7a2c559-68d2-44c3-8de9-860c34a00d81
2005-04-25 20:10:10 +00:00
..
apple2 Update from Oliver Schmidt 2005-04-24 22:13:15 +00:00
apple2enh Remove getenv.o 2005-04-24 16:06:53 +00:00
atari startup code now resides in LOWCODE segment 2005-03-31 21:53:12 +00:00
atmos getenv is now in common 2005-04-21 21:31:16 +00:00
c16 Move constructor code into the INIT segment 2005-02-26 09:28:46 +00:00
c64 Change the sematics of callirq and the existing interruptors: The interrupts 2005-04-25 20:10:10 +00:00
c128 Change the sematics of callirq and the existing interruptors: The interrupts 2005-04-25 20:10:10 +00:00
cbm getenv is now in common 2005-04-21 21:31:16 +00:00
cbm510 Move constructor code into the INIT segment 2005-02-26 09:28:46 +00:00
cbm610 Move constructor code into the INIT segment 2005-02-26 09:28:46 +00:00
common The 65C02 code didn't work 2005-04-23 14:12:19 +00:00
conio Fixed tab removal which somehow went wrong 2005-02-14 09:38:30 +00:00
dbg Fixed "statement has no effect" warnings. 2005-03-27 20:14:49 +00:00
em Add definitions for tools so the makefile is useful by itself. 2004-10-26 19:28:26 +00:00
geos Move constructor code into the INIT segment 2005-02-26 09:28:46 +00:00
joystick Export the interrupt entry point 2004-11-06 13:09:01 +00:00
lynx getenv is now in common 2005-04-21 21:31:16 +00:00
mouse New function mouse_geterrormsg() 2004-11-07 12:41:18 +00:00
nes getenv is now in common 2005-04-21 21:31:16 +00:00
pet Move constructor code into the INIT segment 2005-02-26 09:28:46 +00:00
plus4 Move constructor code into the INIT segment 2005-02-26 09:28:46 +00:00
runtime Change the sematics of callirq and the existing interruptors: The interrupts 2005-04-25 20:10:10 +00:00
serial Add definitions for tools so the makefile is useful by itself. 2004-10-26 19:28:26 +00:00
supervision Add definitions for tools so the makefile is useful by itself. 2004-10-26 19:28:26 +00:00
tgi Fixed a bug 2004-11-25 13:18:20 +00:00
vic20 Move constructor code into the INIT segment 2005-02-26 09:28:46 +00:00
zlib Add definitions for tools so the makefile is useful by itself. 2004-10-26 19:28:26 +00:00
.cvsignore New mouse API 2004-03-23 21:56:13 +00:00
Makefile New version from Oliver Schmidt 2005-03-26 17:23:14 +00:00