; (4,a7)  - width
; (8,a7)  - height
; (12,a7) - depth
; (16,a7) - displayid
; (20,a7) - title
; (24,a7) - tags

	xdef	_OpenS

_OpenS	move.w	(6,a7),newscreen+4
	move.w	(10,a7),newscreen+6
	move.w	(14,a7),newscreen+8
	move.w	(18,a7),mode
	move.l	(20,a7),title
	lea	(newscreen,pc),a0
	lea	(24,a7),a1
	move.l	_IntuitionBase,a6
	jsr	(-612,a6)
	rts

newscreen	dc.w	0,0,0,0,0
	dc.b	1,0
mode	dc.w	0
	dc.w	15
	dc.l	0
title	dc.l	0
	dc.l	0,0

	xref	_IntuitionBase
