]> git.sur5r.net Git - cc65/commitdiff
Added IRQ entry point, bumped the version number
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 6 Nov 2004 13:01:15 +0000 (13:01 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 6 Nov 2004 13:01:15 +0000 (13:01 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3275 b7a2c559-68d2-44c3-8de9-860c34a00d81

asminc/joy-kernel.inc

index 99e51bce5d27bcb0aab31898a4eb1884e7e4e766..97a03f38fbc7015a101e6e62e07999abc870f4e6 100644 (file)
            UNINSTALL   .word   ; UNINSTALL routine
            COUNT       .word   ; COUNT routine
            READ        .word   ; READ routine
+            IRQ         .word   ; IRQ routine
        .endstruct
 .endstruct
 
 ;------------------------------------------------------------------------------
 ; The JOY API version, stored in JOY_HDR::VERSION
 
-JOY_API_VERSION         = $00
+JOY_API_VERSION         = $01
 
 ;------------------------------------------------------------------------------
 ; Variables