From: cuz Date: Sun, 7 Nov 2004 10:45:24 +0000 (+0000) Subject: Added the irq vector X-Git-Tag: V2.12.0~553 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f044f9d6b592eb7334dc6c95e8b571c5bbbb3860;p=cc65 Added the irq vector git-svn-id: svn://svn.cc65.org/cc65/trunk@3282 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/include/tgi/tgi-kernel.h b/include/tgi/tgi-kernel.h index 8a23e3311..d72bc4cb4 100644 --- a/include/tgi/tgi-kernel.h +++ b/include/tgi/tgi-kernel.h @@ -6,7 +6,7 @@ /* */ /* */ /* */ -/* (C) 2002-2003 Ullrich von Bassewitz */ +/* (C) 2002-2004 Ullrich von Bassewitz */ /* Römerstraße 52 */ /* D-70794 Filderstadt */ /* EMail: uz@cc65.org */ @@ -77,6 +77,7 @@ typedef struct { void* line; /* LINE routine */ void* bar; /* BAR routine */ void* circle; /* CIRCLE routine */ + void* irq; /* IRQ routine */ } tgi_drv_header;