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

include	"zdisplay.h"

# ZMTCIM -- Match lut to frame.

procedure zmtcim (chan1, chan2)

int	chan1[ARB], chan2[ARB]
int	device

begin
	device = chan1[1] / DEVCODE
	switch (device) {
	case IIS_CHAN:
	    call iismtc (chan1, chan2)
	}
end