This wiki is being migrated to http://www.github.com/z88dk/z88dk/wiki

User Tools

Site Tools


Action disabled: backlink
library:vz200

VZ 200 LIBRARY (vz.h)

Version all
Header {z88dk}/include/vz.h
Source {z88dk}/libsrc/vz
Include #include <vz.h>
Linking n/a
Compile n/a
Supported VZ 200
Comments n/a

Video Technology library by Juergen Buchmueller

Functions

void vz_bgrd(int n)

void vz_brick(void *addr, char byte)

void vz_char_draw(int x, int y, int c, char ch)

void vz_clrscr(void)

void vz_color(int n)

int vz_getch(void)

void vz_gotoxy(int x, int y)

void vz_inch(void)

void vz_line(int x1, int y1, int x2, int y2, int c)

char *vz_midstr(char *str, int pos)

void vz_mode(int n)

void vz_plot(int x, int y, int c)

void vz_score(void *addr, char byte)

void vz_setbase(void *start)

void vz_shape(int x, int y, int w, int h, int c, char *data)

void vz_sound(int freq, int cycles)

void vz_soundcopy(char *dst, char *src, int size, int sound1, int sound2)

library/vz200.txt · Last modified: 2017/03/25 09:18 (external edit)