boot3/Drivers/Backlight/backlightequ.a
Elliot Nunn 5b0f0cc134 Bring in CubeE sources
Resource forks are included only for .rsrc files. These are DeRezzed into their data fork. 'ckid' resources, from the Projector VCS, are not included.

The Tools directory, containing mostly junk, is also excluded.
2017-12-26 10:02:57 +08:00

26 lines
853 B
Plaintext

;
; File: backlightequ.a
;
; Contains: redundant equates
;
; Written by: a ghost
;
; Copyright: © 1993 by Apple Computer, Inc., all rights reserved.
;
; Change History (most recent first):
;
; <SM1> 2/9/93 CSS Update from Horror, and remove boxflags from here.
; <H2> 1/21/93 RLE add Escher box flags
;
;
backlightflags RECORD 0,Increment
disableHWinput ds.b 1 ;
kbdactive ds.b 1 ; /* used for kbd repeat, indicated kbd currently adj backlight */
vbl_ok ds.b 1 ; /* allow background functions */
flyByWire ds.b 1 ; /* is this software control throught hardware input controls */
freeflag ds.b 1 ; /* call pmgr AtoD instead of temp status */
dualTable ds.b 1 ; /* unused flags */
lowTable ds.b 1 ; /* unused flags */
slewChange ds.b 1 ; /* unused flags */
endr