Rev 19 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
/* $Id: video.h 27 2024-08-31 12:38:59Z nishi $ */
#ifndef __VIDEO_H__
#define __VIDEO_H__
void video_init(void);
void video_card(int, int);
void thin_char(void);
void write_vram(unsigned short);
void read_vram(unsigned short);
void setvramaddr(unsigned short);
void setreadvramaddr(unsigned short);
void vramchar(unsigned char);
void scroll_y(void);
void _vramchar(unsigned char);
unsigned char getvramchar(void);
#endif