aboutsummaryrefslogtreecommitdiff
path: root/pkg/images/tv/display/zawtim.x
blob: 13756adcd68046ec548e2bdb050c1648be510b20 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc.

include	"zdisplay.h"

# ZAWTIM -- Wait for an image display frame which is addressable as
# a binary file.

procedure zawtim (chan, nbytes)

int	chan[ARB], nbytes
int	device

begin
	device = chan[1] / DEVCODE
	switch (device) {
	case IIS_CHAN:
	    call iiswt (chan, nbytes)
	}
end