2019-09-18 16:33:38 +00:00
|
|
|
; ReC98
|
|
|
|
; Relevant function definitions from master.h, together with the necessary
|
|
|
|
; types. Meant as a master.h equivalent for standalone, non-slice ASM
|
|
|
|
; translation units.
|
|
|
|
|
|
|
|
include libs/master.lib/macros.inc
|
|
|
|
|
2021-02-18 18:40:37 +00:00
|
|
|
EGC_OFF procdesc pascal far
|
2019-09-18 16:33:38 +00:00
|
|
|
GAIJI_PUTSA procdesc pascal far \
|
|
|
|
x:word, y:word, strp_seg:word, strp_off:word, atrb:word
|
2021-02-14 11:51:12 +00:00
|
|
|
GRAPH_PACK_PUT_8_NOCLIP procdesc pascal far \
|
|
|
|
left:word, top:word, linepat_sgm:word, linepat_off:word, len:word
|
2021-02-12 16:39:51 +00:00
|
|
|
GRAPH_PI_FREE procdesc pascal far \
|
|
|
|
header:far ptr, image:far ptr
|
2021-03-28 13:03:42 +00:00
|
|
|
extrn GRCG_SETCOLOR:proc
|
2021-02-12 16:39:51 +00:00
|
|
|
PALETTE_SHOW procdesc pascal far
|