Subversion Repositories Shiroi

Rev

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

Rev 8 Rev 12
Line 1... Line 1...
1
/* $Id: video.h 8 2024-08-28 16:29:15Z nishi $ */
1
/* $Id: video.h 12 2024-08-29 04:19:08Z 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 t, int port);
7
void video_card(int, int);
8
 
8
 
9
void write_vram(unsigned short);
9
void write_vram(unsigned short);
10
void read_vram(unsigned short);
10
void read_vram(unsigned short);
11
void setvramaddr(unsigned short);
11
void setvramaddr(unsigned short);
12
void setreadvramaddr(unsigned short);
12
void setreadvramaddr(unsigned short);