1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-26 12:55:17 +00:00

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:
cuz 2004-11-06 13:01:15 +00:00
parent ff36915c79
commit 0ad0a2e138

View File

@ -48,13 +48,14 @@
UNINSTALL .word ; UNINSTALL routine UNINSTALL .word ; UNINSTALL routine
COUNT .word ; COUNT routine COUNT .word ; COUNT routine
READ .word ; READ routine READ .word ; READ routine
IRQ .word ; IRQ routine
.endstruct .endstruct
.endstruct .endstruct
;------------------------------------------------------------------------------ ;------------------------------------------------------------------------------
; The JOY API version, stored in JOY_HDR::VERSION ; The JOY API version, stored in JOY_HDR::VERSION
JOY_API_VERSION = $00 JOY_API_VERSION = $01
;------------------------------------------------------------------------------ ;------------------------------------------------------------------------------
; Variables ; Variables