mirror of
https://github.com/elliotnunn/mac-rom.git
synced 2025-01-09 17:30:18 +00:00
4325cdcc78
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.
42 lines
1.2 KiB
Plaintext
42 lines
1.2 KiB
Plaintext
;
|
|
; File: mppflags2.a
|
|
;
|
|
; Copyright: © 1989-1992 by Apple Computer, Inc. All rights reserved.
|
|
;
|
|
; Change History (most recent first):
|
|
;
|
|
; <SM2> 10/28/92 SWC Removed PrNonPortable--it gets setup in StandardEqu.d.
|
|
; <1> 10/14/91 JSM first checked in
|
|
; <1.3> 9/11/89 jhl Remove IOP references which were added for the Smart Serial
|
|
; NuBus Card and not for the Zone 5 IOP
|
|
; <1.2> 9/8/89 jhl Phase 2 AppleTalk with final mods and VM rolled in.
|
|
; <1.1> 7/24/89 SGS Get IOP Atlk out of ROM for F19
|
|
; <1.0> 6/14/89 WTO Adding AppleTalk 2.0 for first time.
|
|
;
|
|
|
|
Debug0 EQU 0 ; causes coarse debug strings (e.g. 'MPP OPEN') to appear
|
|
Debug1 EQU 0 ; causes fine debug strings (e.g. 'Got ZIP GetNetInfo Reply') to appear
|
|
|
|
PORTA EQU 2
|
|
PORTB EQU 3
|
|
|
|
LAGUNA EQU 0
|
|
|
|
FEwrite EQU 0 ; allow DDP client to address node $FE
|
|
|
|
PHs EQU 8
|
|
SASs EQU 14
|
|
NBPE EQU 10
|
|
|
|
SubVersion EQU 54 ; Sub-version number
|
|
|
|
|
|
HACK EQU 0 ; used in LAP.a
|
|
|
|
IF (&TYPE('ForROM') = 'UNDEFINED') THEN
|
|
ForROM EQU 0 ; not building for universal ROM
|
|
ENDIF
|
|
|
|
IF (&TYPE('iopStatCtl') = 'UNDEFINED') THEN
|
|
iopStatCtl equ $0004-$20 ; IOP Status and Control register
|
|
ENDIF |