Subversion Repositories Shiroi

Rev

Rev 27 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 27 Rev 32
Line 1... Line 1...
1
/* $Id: video.h 27 2024-08-31 12:38:59Z nishi $ */
1
/* $Id: video.h 32 2024-09-01 08:51:40Z nishi $ */
2
 
2
 
3
#ifndef __VIDEO_H__
3
#ifndef __VIDEO_H__
4
#define __VIDEO_H__
4
#define __VIDEO_H__
5
 
5
 
6
void video_init(void);
6
void video_init(void);
7
void video_card(int, int);
7
void video_card(int, int);
8
 
8
 
-
 
9
void change_color(unsigned char);
9
void thin_char(void);
10
void thin_char(void);
10
void write_vram(unsigned short);
11
void write_vram(unsigned short);
11
void read_vram(unsigned short);
12
void read_vram(unsigned short);
12
void setvramaddr(unsigned short);
13
void setvramaddr(unsigned short);
13
void setreadvramaddr(unsigned short);
14
void setreadvramaddr(unsigned short);