Add missing files from last commit.
This commit is contained in:
parent
9312de19ac
commit
f822488656
89 changed files with 18428 additions and 6383 deletions
30
src/vid_svga_render.h
Normal file
30
src/vid_svga_render.h
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
extern int firstline_draw, lastline_draw;
|
||||
extern int displine;
|
||||
extern int sc;
|
||||
|
||||
extern uint32_t ma, ca;
|
||||
extern int con, cursoron, cgablink;
|
||||
|
||||
extern int scrollcache;
|
||||
|
||||
extern uint8_t edatlookup[4][4];
|
||||
|
||||
void svga_render_blank();
|
||||
void svga_render_text_40();
|
||||
void svga_render_text_80();
|
||||
|
||||
void svga_render_2bpp_lowres();
|
||||
void svga_render_4bpp_lowres();
|
||||
void svga_render_4bpp_highres();
|
||||
void svga_render_8bpp_lowres();
|
||||
void svga_render_8bpp_highres();
|
||||
void svga_render_15bpp_lowres();
|
||||
void svga_render_15bpp_highres();
|
||||
void svga_render_16bpp_lowres();
|
||||
void svga_render_16bpp_highres();
|
||||
void svga_render_24bpp_lowres();
|
||||
void svga_render_24bpp_highres();
|
||||
void svga_render_32bpp_lowres();
|
||||
void svga_render_32bpp_highres();
|
||||
|
||||
extern void (*svga_render)();
|
||||
Loading…
Reference in a new issue