module _c05534P; title 'CAMAC 055 M. Kuplic 19-Dec-2001 Fuse#: 0973 Checksum: 785A' c05534P device 'F153'; "Pin definitions B0,B1,B2,B3,B4,B5,B6,B7 pin 1,2,3,4,6,7,8,9; D0,D1,D2,D3,D4,D5,D6,D7 pin 12,13,14,15,16,17,18,19; DV,DE pin 5,11; GND,VCC pin 10,20; event=[B7..B0]; equations !DE = !D0 # !D1 # !D2 # !D3 # !D4 # !D5 # !D6 # !D7; !D0 = DV & (event==^h20); "$20 !D1 = DV & (event==^h21); "$21 !D2 = DV & (event==^h29); "$29 !D3 = DV & (event==^h2A); "$2A !D4 = DV & (event==^h2B); "$2B !D5 = DV & (event==^h2D); "$2D !D6 = DV & (event==^h2E); "$2E !D7 = DV & (event==^h23); "$23 "DESCRIPTION: This PAL decodes TCLK events to vector the 055 module " output to memory addresses 0 thru 7. This PAL is " unique to Version 9.1. " "Modifications: 17-Dec-2001 Added $23 as subaddress 7 " end _c05534P