mirror of https://github.com/nmlgc/ReC98.git
17 lines
394 B
HTML
17 lines
394 B
HTML
; Function numbers for the SPRITE16.COM driver, according to SPRITE16.DOC.
|
|
; Only includes functions that are actually used in TH03.
|
|
|
|
SPRITE16 = 42h
|
|
|
|
SPRITE16_SET_MONO = 3
|
|
SPRITE16_SET_COLOR = 4
|
|
SPRITE16_SET_OVERLAP = 5
|
|
SPRITE16_SET_MASK = 8
|
|
|
|
OVERLAP_CLEAR = 1
|
|
OVERLAP_OR = 0
|
|
|
|
SPRITE16_RES_Y = 200
|
|
SPRITE16_PLANE_SIZE = (SPRITE16_RES_Y * ROW_SIZE)
|
|
SPRITE16_SPRITES_OFFSET = SPRITE16_PLANE_SIZE
|