mirror of
https://github.com/elliotnunn/mac-rom.git
synced 2025-01-17 09:29:49 +00:00
26 lines
611 B
Plaintext
26 lines
611 B
Plaintext
|
;EASE$$$ READ ONLY COPY of file <20>LayerWDEF.a<>
|
|||
|
; 1.0 EMT 05/13/1989 Added to EASE.
|
|||
|
; END EASE MODIFICATION HISTORY
|
|||
|
; ***************************************************************************
|
|||
|
; File: LayerWDEF.a
|
|||
|
; By: Ed Tecot
|
|||
|
; Copyright <20> 1989 Apple Computer, Inc.
|
|||
|
;
|
|||
|
; This file prepends the standard header to the layer definition function.
|
|||
|
; ***************************************************************************
|
|||
|
|
|||
|
STRING ASIS
|
|||
|
|
|||
|
WDEF127 PROC EXPORT
|
|||
|
IMPORT LayerProc
|
|||
|
BRA.S LayerProc
|
|||
|
|
|||
|
DC.W 0 ; Flags
|
|||
|
DC.B 'WDEF' ; Type
|
|||
|
DC.W 127 ; ID
|
|||
|
DC.W 1 ; Version
|
|||
|
|
|||
|
END
|
|||
|
|
|||
|
|