home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hacker Chronicles 2
/
HACKER2.BIN
/
014.TENNYSON.APT
< prev
next >
Wrap
Text File
|
1989-01-11
|
2KB
|
58 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 10 10 0
D11 CIRCULAR 13 13 0
D12 CIRCULAR 20 20 0
D13 CIRCULAR 30 30 0
D14 CIRCULAR 50 50 0
D15 CIRCULAR 100 100 0
D20 CIRCULAR 50 50 0
D21 CIRCULAR 62 62 0
D22 CIRCULAR 70 70 0
D23 CIRCULAR 75 75 0
D24 CIRCULAR 80 80 0
D25 CIRCULAR 100 100 0
D26 CIRCULAR 120 120 0
D27 CIRCULAR 150 150 0
D28 CIRCULAR 160 160 0
D29 CIRCULAR 200 200 0
D30 CIRCULAR 250 250 0
D50 RECTANGULAR 62 62 0
D51 RECTANGULAR 70 70 0
D52 RECTANGULAR 75 75 0
D53 RECTANGULAR 80 80 0
D40 RECTANGULAR 10 10 0