This file is indexed.

/usr/share/z88dk/lib/screen.def is in z88dk-data 1.8.ds1-10.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
lstoff

; Standard Z88	Operating	System manifests:

; The information below is defined	in Developers Notes, release 3.00
; (c) Cambridge Computer	1989

; Screen control:

	DEFC	Os_Off  =	$EC06		; switch machine (screen) off

	DEFC	Os_Sci  =	$D406		; alter screen	info
	; arguments:
		DEFC	SC_LR0  =	$01			; LORES0 (512 byte granularity)
		DEFC	SC_LR1  =	$02			; LORES1 (4K granularity)
		DEFC	SC_HR0  =	$03			; HIRES0 (8K granularity)
		DEFC	SC_HR1  =	$04			; HIRES1 (2K granularity)
		DEFC	SC_SBR  =	$05			; screen base (2K granularity)

lston