Home
last modified time | relevance | path

Searched defs:djmp (Results 1 – 3 of 3) sorted by relevance

/dports/devel/z88dk/z88dk/libsrc/video/tms9918/
H A Dmsx_blit_fill_vram.c15 …x_blit_fill_vram(unsigned int dest, unsigned int value, unsigned int w, unsigned int h, int djmp) { in msx_blit_fill_vram()
H A Dmsx_blit_ram_vram.c15 …ram(unsigned char* source, unsigned int dest, unsigned int w, unsigned int h, int sjmp, int djmp) { in msx_blit_ram_vram()
/dports/devel/z88dk/z88dk/include/msx/
H A Dgfx.h157 #define blit_ram_vram(source,dest,w,h,sjmp,djmp) msx_blit_ram_vram(source,dest,w,h,sjmp,djmp) argument
158 #define blit_fill_vram(dest,value,w,h,djmp) msx_blit_fill_vram(dest,value,w,h,djmp) argument