Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Christian Groessler
2013-09-04 13:28:10 +02:00
7 changed files with 15 additions and 13 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.