Added IRQ entry point, bumped the version number
git-svn-id: svn://svn.cc65.org/cc65/trunk@3275 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
ff36915c79
commit
0ad0a2e138
1 changed files with 2 additions and 1 deletions
|
@ -48,13 +48,14 @@
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue