Home
last modified time | relevance | path

Searched refs:sp1_tp (Results 1 – 25 of 40) sorted by relevance

12

/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/temp/sp1/zx/tiles/
H A Dasm_sp1_PutTiles.asm1 ; void sp1_PutTiles(struct sp1_Rect *r, struct sp1_tp *src)
19 ; enter : hl = struct sp1_tp[] array of attr/tile pairs
28 pop de ; de = struct sp1_tp *
30 ex de,hl ; hl = struct sp1_tp *, de = & struct sp1_update
42 ldi ; copy colour and tile from struct sp1_tp[
60 ex de,hl ; de = struct sp1_update * down one row, hl = struct sp1_tp[
H A Dasm_sp1_PutTilesInv.asm1 ; void sp1_PutTilesInv(struct sp1_Rect *r, struct sp1_tp *src)
20 ; enter : hl = struct sp1_tp[] array of attr/tile pairs
58 ldi ; copy colour and tile from struct sp1_tp[
76 ex de,hl ; de = struct sp1_update * down one row, hl = struct sp1_tp[
H A Dasm_sp1_GetTiles.asm1 ; void sp1_GetTiles(struct sp1_Rect *r, struct sp1_tp *dest)
19 ; enter : hl = & struct sp1_tp[] destination array to store tile info
/dports/devel/z88dk/z88dk/libsrc/sprites/software/sp1/ts2068hr/tiles/
H A Dsp1_PutTiles_callee.asm1 ; void __CALLEE__ sp1_PutTiles_callee(struct sp1_Rect *r, struct sp1_tp *src)
31 ; enter : hl = struct sp1_tp[] array of attr/tile pairs
42 pop de ; de = struct sp1_tp *
44 ex de,hl ; hl = struct sp1_tp *, de = & struct sp1_update
56 ldi ; copy colour and tile from struct sp1_tp[]
72 ex de,hl ; de = struct sp1_update * down one row, hl = struct sp1_tp[]
H A Dsp1_PutTilesInv_callee.asm1 ; void __CALLEE__ sp1_PutTilesInv_callee(struct sp1_Rect *r, struct sp1_tp *src)
33 ; enter : hl = struct sp1_tp[] array of attr/tile pairs
73 ldi ; copy colour tile from struct sp1_tp[]
89 ex de,hl ; de = struct sp1_update * down one row, hl = struct sp1_tp[]
H A Dsp1_GetTiles_callee.asm1 ; void __CALLEE__ sp1_GetTiles_callee(struct sp1_Rect *r, struct sp1_tp *dest)
31 ; enter : hl = & struct sp1_tp[] destination array to store tile info
/dports/devel/z88dk/z88dk/libsrc/sprites/software/sp1/spectrum/tiles/
H A Dsp1_PutTiles_callee.asm1 ; void __CALLEE__ sp1_PutTiles_callee(struct sp1_Rect *r, struct sp1_tp *src)
31 ; enter : hl = struct sp1_tp[] array of attr/tile pairs
42 pop de ; de = struct sp1_tp *
44 ex de,hl ; hl = struct sp1_tp *, de = & struct sp1_update
56 ldi ; copy colour and tile from struct sp1_tp[]
73 ex de,hl ; de = struct sp1_update * down one row, hl = struct sp1_tp[]
H A Dsp1_PutTilesInv_callee.asm1 ; void __CALLEE__ sp1_PutTilesInv_callee(struct sp1_Rect *r, struct sp1_tp *src)
33 ; enter : hl = struct sp1_tp[] array of attr/tile pairs
73 ldi ; copy colour and tile from struct sp1_tp[]
90 ex de,hl ; de = struct sp1_update * down one row, hl = struct sp1_tp[]
H A Dsp1_GetTiles_callee.asm1 ; void __CALLEE__ sp1_GetTiles_callee(struct sp1_Rect *r, struct sp1_tp *dest)
31 ; enter : hl = & struct sp1_tp[] destination array to store tile info
/dports/devel/z88dk/z88dk/libsrc/sprites/software/sp1/zx81hr/tiles/
H A Dsp1_PutTilesInv_callee.asm1 ; void __CALLEE__ sp1_PutTilesInv_callee(struct sp1_Rect *r, struct sp1_tp *src)
33 ; enter : hl = struct sp1_tp[] array of attr/tile pairs
44 pop de ; de = struct sp1_tp *
45 ex de,hl ; hl = struct sp1_tp *, de = & struct sp1_update
/dports/devel/z88dk/z88dk/libsrc/sprites/software/sp1/ts2068hr/
H A Dts2068hr-sp1.h98 struct sp1_tp { // "tile list" - 2 bytes - A struct to hold a 16-bit tile code struct
256 extern void __LIB__ sp1_GetTiles(struct sp1_Rect *r, struct sp1_tp *dest);
257 extern void __LIB__ sp1_PutTiles(struct sp1_Rect *r, struct sp1_tp *src);
258 extern void __LIB__ sp1_PutTilesInv(struct sp1_Rect *r, struct sp1_tp *src);
271 extern void __CALLEE__ __LIB__ sp1_GetTiles_callee(struct sp1_Rect *r, struct sp1_tp *dest);
272 extern void __CALLEE__ __LIB__ sp1_PutTiles_callee(struct sp1_Rect *r, struct sp1_tp *src);
273 extern void __CALLEE__ __LIB__ sp1_PutTilesInv_callee(struct sp1_Rect *r, struct sp1_tp *src);
/dports/devel/z88dk/z88dk/libsrc/sprites/software/sp1/zx81hr/
H A Dzx81hr-sp1.h98 struct sp1_tp { // "tile list" - 2 bytes - A struct to hold a 16-bit tile code struct
256 extern void __LIB__ sp1_GetTiles(struct sp1_Rect *r, struct sp1_tp *dest);
257 extern void __LIB__ sp1_PutTiles(struct sp1_Rect *r, struct sp1_tp *src);
258 extern void __LIB__ sp1_PutTilesInv(struct sp1_Rect *r, struct sp1_tp *src);
271 extern void __CALLEE__ __LIB__ sp1_GetTiles_callee(struct sp1_Rect *r, struct sp1_tp *dest);
272 extern void __CALLEE__ __LIB__ sp1_PutTiles_callee(struct sp1_Rect *r, struct sp1_tp *src);
273 extern void __CALLEE__ __LIB__ sp1_PutTilesInv_callee(struct sp1_Rect *r, struct sp1_tp *src);
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/clang/arch/zx/
H A Dsp1.h116 struct sp1_tp { // "tile pairs" - 3 bytes - A struct to hold background colou… struct
311 extern void sp1_GetTiles(struct sp1_Rect *r,struct sp1_tp *dest);
314 extern void sp1_PutTiles(struct sp1_Rect *r,struct sp1_tp *src);
317 extern void sp1_PutTilesInv(struct sp1_Rect *r,struct sp1_tp *src);
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/proto/arch/zx/
H A Dsp1.h114 struct sp1_tp { // "tile pairs" - 3 bytes - A struct to hold background colou… struct
263 __DPROTO(,,void,,sp1_GetTiles,struct sp1_Rect *r,struct sp1_tp *dest)
264 __DPROTO(,,void,,sp1_PutTiles,struct sp1_Rect *r,struct sp1_tp *src)
265 __DPROTO(,,void,,sp1_PutTilesInv,struct sp1_Rect *r,struct sp1_tp *src)
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/sccz80/arch/zx/
H A Dsp1.h116 struct sp1_tp { // "tile pairs" - 3 bytes - A struct to hold background colou… struct
353 extern void __LIB__ sp1_GetTiles(struct sp1_Rect *r,struct sp1_tp *dest) __smallc;
354 extern void __LIB__ sp1_GetTiles_callee(struct sp1_Rect *r,struct sp1_tp *dest) __smallc __z88dk_ca…
358 extern void __LIB__ sp1_PutTiles(struct sp1_Rect *r,struct sp1_tp *src) __smallc;
359 extern void __LIB__ sp1_PutTiles_callee(struct sp1_Rect *r,struct sp1_tp *src) __smallc __z88dk_cal…
363 extern void __LIB__ sp1_PutTilesInv(struct sp1_Rect *r,struct sp1_tp *src) __smallc;
364 extern void __LIB__ sp1_PutTilesInv_callee(struct sp1_Rect *r,struct sp1_tp *src) __smallc __z88dk_…
/dports/devel/z88dk/z88dk/include/sprites/
H A Dsp1.h107 struct sp1_tp { // "tile pairs" - 3 bytes - A struct to hold background colou… struct
324 extern void __LIB__ sp1_GetTiles(struct sp1_Rect *r, struct sp1_tp *dest);
325 extern void __LIB__ sp1_PutTiles(struct sp1_Rect *r, struct sp1_tp *src);
326 extern void __LIB__ sp1_PutTilesInv(struct sp1_Rect *r, struct sp1_tp *src);
340 extern void __CALLEE__ __LIB__ sp1_GetTiles_callee(struct sp1_Rect *r, struct sp1_tp *dest);
341 extern void __CALLEE__ __LIB__ sp1_PutTiles_callee(struct sp1_Rect *r, struct sp1_tp *src);
342 extern void __CALLEE__ __LIB__ sp1_PutTilesInv_callee(struct sp1_Rect *r, struct sp1_tp *src);
/dports/devel/z88dk/z88dk/libsrc/sprites/software/sp1/spectrum/
H A Dspectrum-sp1.h107 struct sp1_tp { // "tile pairs" - 3 bytes - A struct to hold background colou… struct
324 extern void __LIB__ sp1_GetTiles(struct sp1_Rect *r, struct sp1_tp *dest);
325 extern void __LIB__ sp1_PutTiles(struct sp1_Rect *r, struct sp1_tp *src);
326 extern void __LIB__ sp1_PutTilesInv(struct sp1_Rect *r, struct sp1_tp *src);
340 extern void __CALLEE__ __LIB__ sp1_GetTiles_callee(struct sp1_Rect *r, struct sp1_tp *dest);
341 extern void __CALLEE__ __LIB__ sp1_PutTiles_callee(struct sp1_Rect *r, struct sp1_tp *src);
342 extern void __CALLEE__ __LIB__ sp1_PutTilesInv_callee(struct sp1_Rect *r, struct sp1_tp *src);
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/sdcc/arch/zx/
H A Dsp1.h116 struct sp1_tp { // "tile pairs" - 3 bytes - A struct to hold background colou… struct
357 extern void sp1_GetTiles(struct sp1_Rect *r,struct sp1_tp *dest);
358 extern void sp1_GetTiles_callee(struct sp1_Rect *r,struct sp1_tp *dest) __z88dk_callee;
362 extern void sp1_PutTiles(struct sp1_Rect *r,struct sp1_tp *src);
363 extern void sp1_PutTiles_callee(struct sp1_Rect *r,struct sp1_tp *src) __z88dk_callee;
367 extern void sp1_PutTilesInv(struct sp1_Rect *r,struct sp1_tp *src);
368 extern void sp1_PutTilesInv_callee(struct sp1_Rect *r,struct sp1_tp *src) __z88dk_callee;
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/temp/sp1/zx/c/sdcc_ix/
H A Dsp1_PutTilesInv.asm1 ; void sp1_PutTilesInv(struct sp1_Rect *r, struct sp1_tp *src)
H A Dsp1_GetTiles.asm1 ; void sp1_GetTiles(struct sp1_Rect *r, struct sp1_tp *dest)
H A Dsp1_PutTiles.asm1 ; void sp1_PutTiles(struct sp1_Rect *r, struct sp1_tp *src)
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/temp/sp1/zx/c/sdcc_iy/
H A Dsp1_PutTilesInv.asm1 ; void sp1_PutTilesInv(struct sp1_Rect *r, struct sp1_tp *src)
H A Dsp1_PutTiles.asm1 ; void sp1_PutTiles(struct sp1_Rect *r, struct sp1_tp *src)
H A Dsp1_GetTiles.asm1 ; void sp1_GetTiles(struct sp1_Rect *r, struct sp1_tp *dest)
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/temp/sp1/zx/c/sccz80/
H A Dsp1_GetTiles_callee.asm1 ; void __CALLEE__ sp1_GetTiles_callee(struct sp1_Rect *r, struct sp1_tp *dest)

12