home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hacker Chronicles 2
/
HACKER2.BIN
/
035.RCS.APT
< prev
next >
Wrap
Text File
|
1989-01-11
|
2KB
|
59 lines
; APERTURE FILE FORMAT
;
; <draft code> <shape> <xsize> <ysize> <hole size> <use>
;
; EXPLANATION OF PARAMETERS
;
; <draft code> Code assigned to this aperture e.g. D14
; Note that this code must start with 'D'
; followed by the code number.
;
; <shape> Can be any of the following shapes:
; CIRCULAR
; RECTANGULAR
; SQUARE
; OCTAGONAL
; ROUNDRECT
; CROSSHAIR
; MOIRE
;
; <xsize> size of aperture in the x direction in
; mils (thous).
;
; <ysize> size of aperture in the y direction in
; mils (thous).
;
; <hole size> size of hole in aperture in mils (thous).
; zero if no hole in aperture.
;
; <use> specifies what the aperture can be used for.
; There are three possible settings:
; LINE can only be used to draw lines
; FLASH can only be used to flash pads
; MULTI can be used for either
; blank defaults to MULTI setting
;
D10 CIRCULAR 4 4 0 LINE
D11 CIRCULAR 100 100 0 LINE
D12 CIRCULAR 13 13 0 LINE
D13 CIRCULAR 20 20 0 LINE
D14 CIRCULAR 50 50 0 LINE
D15 CIRCULAR 25 25 0 LINE
D16 CIRCULAR 30 30 0 LINE
D17 CIRCULAR 62 62 0 LINE
D18 CIRCULAR 10 10 0 LINE
D19 CIRCULAR 40 40 10 FLASH
D70 CIRCULAR 50 50 0 FLASH
D71 CIRCULAR 75 75 0 FLASH
D20 CIRCULAR 110 110 0 FLASH
D21 CIRCULAR 138 138 0 FLASH
D22 CIRCULAR 181 181 0 FLASH
D23 RECTANGULAR 62 62 0 FLASH
D24 CIRCULAR 90 90 0 FLASH
D25 CIRCULAR 8 8 0 LINE
D26 RECTANGULAR 75 75 0 FLASH
D28 CIRCULAR 62 62 0 FLASH
D29 CIRCULAR 86 86 0 FLASH
D72 CIRCULAR 125 125 0 FLASH
D73 CIRCULAR 250 250 0 FLASH