video
cdev_video_init(NVIDEO,video), /* 44: generic video I/O */
cdev_video_init(NVIDEO,video), /* 44: generic video I/O */
cdev_video_init(NVIDEO,video), /* 38: generic video I/O */
cdev_video_init(NVIDEO,video), /* 44: generic video I/O */
cdev_video_init(NVIDEO,video), /* 33: generic video I/O */
cdev_video_init(NVIDEO,video), /* 44: generic video I/O */
cdev_video_init(NVIDEO,video), /* 77: generic video I/O */
cdev_video_init(NVIDEO,video), /* 45: generic video I/O */
cdev_video_init(NVIDEO,video), /* 45: generic video I/O */
cdev_video_init(NVIDEO,video), /* 45: generic video I/O */
cdev_video_init(NVIDEO,video), /* 35: generic video I/O */
cdev_video_init(NVIDEO,video), /* 44: generic video I/O */
cdev_video_init(NVIDEO,video), /* 44: generic video I/O */
struct meteor_video *video;
video = (struct meteor_video *)arg;
video->addr = bktr->video.addr;
video->width = bktr->video.width;
video->banksize = bktr->video.banksize;
video->ramsize = bktr->video.ramsize;
video = (struct meteor_video *)arg;
bktr->video.addr = video->addr;
bktr->video.width = video->width;
bktr->video.banksize = video->banksize;
bktr->video.ramsize = video->ramsize;
&& bktr->video.addr == 0) {
if (bktr->video.addr) {
target_buffer = bktr->video.addr;
pitch = bktr->video.width;
if (bktr->video.addr) {
target_buffer = (u_int) bktr->video.addr;
pitch = bktr->video.width;
if (bktr->video.addr)
target_buffer = bktr->video.addr;
if (bktr->video.addr)
target_buffer = (u_int) bktr->video.addr;
if (bktr->video.addr)
target_buffer = (u_int) bktr->video.addr;
if (bktr->clr_on_start && (bktr->video.addr == 0)) {
bktr->video.addr = 0;
bktr->video.width = 0;
bktr->video.banksize = 0;
bktr->video.ramsize = 0;
struct meteor_video video;
} video;
output->video.luma.dcc_controls.dcc_256_256 = 1;
output->video.luma.dcc_controls.dcc_256_128 = 1;
output->video.luma.dcc_controls.dcc_256_64 = 1;
output->video.luma.dcc_controls.dcc_256_128 = 1;
output->video.luma.dcc_controls.dcc_256_64 = 1;
output->video.luma.dcc_controls.dcc_256_64 = 1;
output->video.chroma.dcc_controls.dcc_256_256 = 1;
output->video.chroma.dcc_controls.dcc_256_128 = 1;
output->video.chroma.dcc_controls.dcc_256_64 = 1;
output->video.chroma.dcc_controls.dcc_256_128 = 1;
output->video.chroma.dcc_controls.dcc_256_64 = 1;
output->video.chroma.dcc_controls.dcc_256_64 = 1;
cdev_decl(video);
struct video *vp;
free(video[i].v_text);
video[i].v_text = NULL;
TRYREALLOCARRAY(vscreen, (newrow - 1), sizeof(struct video *));
TRYREALLOCARRAY(pscreen, (newrow - 1), sizeof(struct video *));
TRYREALLOCARRAY(video, (newrow - 1), 2 * sizeof(struct video));
memset(&video[i], 0, sizeof(struct video));
vp = &video[0];
TRYREALLOC(video[i].v_text, newcol);
struct video *vp;
struct video *vp;
struct video *vp;
struct video *vp1;
struct video *vp2;
void ucopy(struct video *, struct video *);
void uline(int, struct video *, struct video *);
ucopy(struct video *vvp, struct video *pvp)
void hash(struct video *);
uline(int row, struct video *vvp, struct video *pvp)
struct video **vscreen; /* Edge vector, virtual. */
struct video **pscreen; /* Edge vector, physical. */
struct video *video; /* Actual screen data. */
struct video blanks; /* Blank line image. */
hash(struct video *vp)
struct video **vp, **pp;
struct video **vbase, **pbase;