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

include	<mach.h>
include "iis.h"

# IISGOP -- Open IIS graphics display.

procedure iisgop (frame, mode, chan)

int	frame, mode, chan[ARB]

begin
	call iisopn (frame + LEN_IISFRAMES, mode, chan)
end