]> git.sur5r.net Git - cc65/commitdiff
Removed IRQ support from joystick drivers.
authorOliver Schmidt <ol.sc@web.de>
Fri, 2 Feb 2018 11:02:52 +0000 (12:02 +0100)
committerOliver Schmidt <ol.sc@web.de>
Fri, 2 Feb 2018 11:02:52 +0000 (12:02 +0100)
include/joystick/joy-kernel.h

index e984291f7b37532c474b52030920d7057d4add96..783508247e76daf7267dd8b0b26abdb392eec648 100644 (file)
@@ -59,7 +59,6 @@ typedef struct {
     void*               uninstall;      /* UNINSTALL routine */
     void*               count;          /* COUNT routine */
     void*               read;           /* READ routine */
-    void*               irq;            /* IRQ routine */
 
 } joy_drv_header;