Re: [cc65] mouse irq callback

Date view Thread view Subject view

From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2003-10-07 15:23:50


On Sat, Oct 04, 2003 at 09:31:01PM +0200, MagerValp wrote:
> Maybe what we need is some kind of irq handling API?

This is difficult, since the platforms are quite different. On some platforms
that use banking there's a special condes handler (type 2). Modules that need
some sort of interrupt handling can declare a condes routine of this type
which is then automatically called with the correct bank setup if the module
is linked in. The reason why it is used for platforms with banking is that an
interrupt handler may not reside in banked memory on these platforms. Maybe
having this for all platforms would be an idea.

Regards


        Uz


-- 
Ullrich von Bassewitz                                  uz_at_musoftware.de
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2003-10-07 15:26:51 CEST