From ff36915c799a5e1961d14c931f5a25d3c4abfb02 Mon Sep 17 00:00:00 2001 From: cuz Date: Sat, 6 Nov 2004 13:00:17 +0000 Subject: [PATCH] Added IRQ entry point git-svn-id: svn://svn.cc65.org/cc65/trunk@3274 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- include/joystick/joy-kernel.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/joystick/joy-kernel.h b/include/joystick/joy-kernel.h index 1d39b30f0..7c3d7f889 100644 --- a/include/joystick/joy-kernel.h +++ b/include/joystick/joy-kernel.h @@ -61,12 +61,13 @@ typedef struct { void* uninstall; /* UNINSTALL routine */ void* count; /* COUNT routine */ void* read; /* READ routine */ + void* irq; /* IRQ routine */ } joy_drv_header; -/* JOY kernel variables */ +/* JOY kernel variables */ extern joy_drv_header* joy_drv; /* Pointer to driver */ -- 2.39.5