Home
last modified time | relevance | path

Searched refs:sp1_PrintAtInv (Results 1 – 24 of 24) sorted by relevance

/dports/devel/z88dk/z88dk/libsrc/sprites/software/sp1/ts2068hr/tiles/
H A Dsp1_PrintAtInv.asm1 ; void sp1_PrintAtInv(uchar row, uchar col, uint tile)
4 PUBLIC sp1_PrintAtInv
9 .sp1_PrintAtInv
/dports/devel/z88dk/z88dk/libsrc/sprites/software/sp1/spectrum/tiles/
H A Dsp1_PrintAtInv.asm1 ; void sp1_PrintAtInv(uchar row, uchar col, uchar colour, uint tile)
4 PUBLIC sp1_PrintAtInv
9 .sp1_PrintAtInv
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/temp/sp1/zx/c/sccz80/
H A Dsp1_PrintAtInv.asm1 ; void sp1_PrintAtInv(uchar row, uchar col, uchar colour, uint tile)
7 PUBLIC sp1_PrintAtInv
11 sp1_PrintAtInv: label
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/temp/sp1/zx/c/sdcc_iy/
H A Dsp1_PrintAtInv_callee.asm1 ; void sp1_PrintAtInv(uchar row, uchar col, uchar colour, uint tile)
H A Dsp1_PrintAtInv.asm1 ; void sp1_PrintAtInv(uchar row, uchar col, uchar colour, uint tile)
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/temp/sp1/zx/c/sdcc_ix/
H A Dsp1_PrintAtInv_callee.asm1 ; void sp1_PrintAtInv(uchar row, uchar col, uchar colour, uint tile)
H A Dsp1_PrintAtInv.asm1 ; void sp1_PrintAtInv(uchar row, uchar col, uchar colour, uint tile)
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/temp/sp1/zx/tiles/
H A Dasm_sp1_PrintAtInv.asm1 ; void sp1_PrintAtInv(uchar row, uchar col, uchar colour, uint tile)
/dports/devel/z88dk/z88dk/libsrc/sprites/software/sp1/ts2068hr/
H A Dts2068hr-sp1.h250 extern void __LIB__ sp1_PrintAtInv(uchar row, uchar col, uint tile);
279 #define sp1_PrintAtInv(a,b,c) sp1_PrintAtInv_callee(a,b,c) macro
/dports/devel/z88dk/z88dk/libsrc/sprites/software/sp1/zx81hr/
H A Dzx81hr-sp1.h250 extern void __LIB__ sp1_PrintAtInv(uchar row, uchar col, uint tile);
279 #define sp1_PrintAtInv(a,b,c) sp1_PrintAtInv_callee(a,b,c) macro
/dports/devel/z88dk/z88dk/libsrc/sprites/software/sp1/
H A Dzx81hr.lst69 ts2068hr/tiles/sp1_PrintAtInv
H A Dts2068hr.lst69 ts2068hr/tiles/sp1_PrintAtInv
H A Dspectrum.lst76 spectrum/tiles/sp1_PrintAtInv
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/sccz80/arch/zx/
H A Dsp1.h326 extern void __LIB__ sp1_PrintAtInv(uint16_t row,uint16_t col,uint16_t colour,uint16_t tile) __small…
328 #define sp1_PrintAtInv(a,b,c,d) sp1_PrintAtInv_callee(a,b,c,d) macro
/dports/devel/z88dk/z88dk/include/sprites/
H A Dsp1.h317 extern void __LIB__ sp1_PrintAtInv(uchar row, uchar col, uchar colour, uint tile);
348 #define sp1_PrintAtInv(a,b,c,d) sp1_PrintAtInv_callee(a,b,c,d) macro
/dports/devel/z88dk/z88dk/libsrc/sprites/software/sp1/spectrum/
H A Dspectrum-sp1.h317 extern void __LIB__ sp1_PrintAtInv(uchar row, uchar col, uchar colour, uint tile);
348 #define sp1_PrintAtInv(a,b,c,d) sp1_PrintAtInv_callee(a,b,c,d) macro
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/EXAMPLES/zx/demo_sp1/BlackStar/src/
H A Dmain.c116 sp1_PrintAtInv(12 + i, 18, BRIGHT | INK_YELLOW, keys[i]); in run_redefine_keys()
361 sp1_PrintAtInv(1, i - 1, PAPER_BLACK, 32); in update_score()
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/sdcc/arch/zx/
H A Dsp1.h330 extern void sp1_PrintAtInv(uint16_t row,uint16_t col,uint16_t colour,uint16_t tile);
332 #define sp1_PrintAtInv(a,b,c,d) sp1_PrintAtInv_callee(a,b,c,d) macro
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/clang/arch/zx/
H A Dsp1.h294 extern void sp1_PrintAtInv(uint16_t row,uint16_t col,uint16_t colour,uint16_t tile);
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/temp/sp1/zx/
H A Dsp1_zx_sccz80.lst49 temp/sp1/zx/c/sccz80/sp1_PrintAtInv
H A Dsp1_zx_sdcc_ix.lst56 temp/sp1/zx/c/sdcc_ix/sp1_PrintAtInv
H A Dsp1_zx_sdcc_iy.lst56 temp/sp1/zx/c/sdcc_iy/sp1_PrintAtInv
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/proto/arch/zx/
H A Dsp1.h256 __DPROTO(,,void,,sp1_PrintAtInv,uint16_t row,uint16_t col,uint16_t colour,uint16_t tile)
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/EXAMPLES/zxn/sprites/mixed-sw-hw/
H A Dmain.c147 sp1_PrintAtInv(y, x, INK_MAGENTA | PAPER_MAGENTA | BRIGHT, ' '); in splat_it()