1 #ifndef __VPP_H
2 #define __VPP_H
3 
4 Byte read_PB(Byte p);
5 void write_PB(Byte p, Byte val);
6 Byte vpp_read(ADDRESS adr);
7 void vpp_write(Byte dat, ADDRESS adr);
8 void vpp_finish_bmp(Byte *vmem, int offx, int offy, int w, int h, int totw, int toth);
9 void init_vpp(void);
10 void load_colplus(Byte *col);
11 
12 #endif
13