1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-06 16:29:30 +00:00

Bumped driver api versions due to recent intoduction of library references.

This commit is contained in:
Oliver Schmidt 2013-09-01 09:45:11 +02:00
parent 44a056833d
commit 3969d920fa
5 changed files with 5 additions and 5 deletions

View File

@ -55,7 +55,7 @@
;------------------------------------------------------------------------------
; The EMD API version, stored in EMD_HDR::VERSION
EMD_API_VERSION = $01
EMD_API_VERSION = $02
;------------------------------------------------------------------------------
; The asm equivalent to the C em_copy structure

View File

@ -56,7 +56,7 @@
;------------------------------------------------------------------------------
; The JOY API version, stored in JOY_HDR::VERSION
JOY_API_VERSION = $02
JOY_API_VERSION = $03
;------------------------------------------------------------------------------
; Variables

View File

@ -97,7 +97,7 @@
;------------------------------------------------------------------------------
; The mouse API version, stored in MOUSE_HDR::VERSION
MOUSE_API_VERSION = $03
MOUSE_API_VERSION = $04
;------------------------------------------------------------------------------
; Bitmapped mouse driver flags, stored in MOUSE_HDR::FLAGS.

View File

@ -57,7 +57,7 @@
;------------------------------------------------------------------------------
; The SER API version, stored SER_HDR::VERSION
SER_API_VERSION = $01
SER_API_VERSION = $02
;------------------------------------------------------------------------------
; ser_params

View File

@ -77,7 +77,7 @@
;------------------------------------------------------------------------------
; The TGI API version, stored at TGI_HDR_VERSION
TGI_API_VERSION = $04
TGI_API_VERSION = $05
;------------------------------------------------------------------------------
; Bitmapped tgi driver flags, stored in TGI_HDR::VARS::FLAGS.