home *** CD-ROM | disk | FTP | other *** search
/ Hacker Chronicles 2 / HACKER2.BIN / 655.TTL.INC < prev    next >
Text File  |  1989-03-05  |  2KB  |  62 lines

  1. ; include all ttl types
  2. ;
  3. ; 7400 = quadruple 2-input positive-nand gates
  4. ; 7401 = quadruple 2-input positive-nand gates with open-collector outputs
  5. ; 7402 = quadruple 2-input positive-nor gates
  6. ; 7403 = quadruple 2-input positive-nand gates with open-collector outputs
  7. ; 7404 = hex inverters
  8. ; 7405 = hex inverters with open-collector outputs
  9. ; 7406 = hex inverter buffers/drivers with open-collector high-voltage outputs
  10. ; 7407 = hex buffers/drivers with open-collector high-voltage outputs
  11. ; 7408 = quadruple 2-input positive-and gates
  12. ; 7409 = quadruple 2-input positive-and gates with open-collector outputs
  13. ; 7410 = triple 3-input positive-nand gates
  14. ; 7411 = triple 3-input positive-and gates
  15. ; 7412 = triple 3-input positive-nand gates with open-collector outputs
  16. ; 7413 = dual 4-input positive-nand schmitt triggers
  17. ; 7414 = hex schmitt-trigger inverters
  18. ; 7415 = triple 3-input positive-and gates with open-collector outputs
  19. ; 7419 = schmitt-trigger inverters with totem-pole outputs
  20. ; 7420 = dual 4-input positive-nand gates
  21. ; 7421 = dual 4-input positive-and gates
  22. ; 7422 = dual 4-input positive-nand gates with open-collector outputs
  23. ; 7423 = dual 4-input nor gates with strobe
  24. ; 7424 = schmitt-trigger positive-nand gates with totem-pole outputs
  25. ; 7425 = dual 4-input nor gates with strobe
  26. ; 7426 = quadruple 2-input high-voltage interface positive-nand gates
  27. ; 7427 = triple 3-input positive-nor gates
  28. ; 7428 = quadruple 2-input positive-nor buffers
  29. ; 7430 = 8-input positive-nand gates
  30. ; 7431 = delay elements
  31. ; 7486 = quadruple 2-input exclusive-or gates
  32.  
  33. include ttl7400.inc
  34. include ttl7401.inc
  35. include ttl7402.inc
  36. include ttl7403.inc
  37. include ttl7404.inc
  38. include ttl7405.inc
  39. include ttl7406.inc
  40. include ttl7407.inc
  41. include ttl7408.inc
  42. include ttl7409.inc
  43. include ttl7410.inc
  44. include ttl7411.inc
  45. include ttl7412.inc
  46. include ttl7413.inc
  47. include ttl7414.inc
  48. include ttl7415.inc
  49. include ttl7419.inc
  50. include ttl7420.inc
  51. include ttl7421.inc
  52. include ttl7422.inc
  53. include ttl7423.inc
  54. include ttl7424.inc
  55. include ttl7425.inc
  56. include ttl7426.inc
  57. include ttl7427.inc
  58. include ttl7428.inc
  59. include ttl7430.inc
  60. include ttl7431.inc
  61. include ttl7486.inc
  62.