home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_03 / JAG_DOX.ZIP / tom.txt < prev    next >
Text File  |  1996-01-28  |  2KB  |  67 lines

  1. # -------------------------------------------------------------------
  2. # TOM                                   (c) Copyright 1996 Nat! & KKP
  3. # -------------------------------------------------------------------
  4. # These are some of the results/guesses that Klaus and Nat! found
  5. # out about the Jaguar with a few helpful hints by other people, 
  6. # who'd prefer to remain anonymous. 
  7. #
  8. # Since we are not under NDA or anything from Atari we feel free to 
  9. # give this to you for educational purposes only.
  10. #
  11. # Please note, that this is not official documentation from Atari
  12. # or derived work thereof (both of us have never seen the Atari docs)
  13. # and Atari isn't connected with this in any way.
  14. #
  15. # Please use this informationphile as a starting point for your own
  16. # exploration and not as a reference. If you find anything innacurate,
  17. # missing, needing more explanation etc. by all means please write
  18. # to us:
  19. #      nat@zumdick.rhein-main.de
  20. # or
  21. #      kkp@gamma.dou.dk
  22. #
  23. # If you could do us a small favor, don't use this information for
  24. # those lame flamewars on r.g.v.a or the mailing list.
  25. #
  26. # HTML soon ?
  27. # -------------------------------------------------------------------
  28. # $Id: tom.txt,v 1.2 1996/01/28 20:35:58 nat Exp $
  29. # -------------------------------------------------------------------
  30. Here are the leftovers of TOM that aren't described in the OP, Blitter
  31. or RISC dox.
  32.  
  33.  
  34. INTERRUPT CONTROL:
  35. =================
  36.  
  37. INT1:
  38. =-=-=
  39.    
  40.   16        12         8         4         0
  41.    +---------^---------+---------^---------+
  42.    |       latches     |       enable      | 
  43.    +-------------------+-------------------+
  44.            15...8              7...0
  45.  
  46.    enable:
  47.       bit 0:   LEVEL 0 IRQ enable  (VBLANK)
  48.       bit 1:   LEVEL 1 IRQ enable      
  49.       bit 2:   LEVEL 2 IRQ enable      
  50.       bit 3:   LEVEL 3 IRQ enable      
  51.       bit 4:   LEVEL 4 IRQ enable      
  52.       bit 5:   unused      
  53.       bit 6:   unused
  54.  
  55.    Enable by setting the bit
  56.  
  57.    latches:
  58.       bit 8:   LEVEL 0 IRQ enable  (VBLANK)
  59.       bit 9:   LEVEL 1 IRQ enable      
  60.       bit10:   LEVEL 2 IRQ enable      
  61.       bit11:   LEVEL 3 IRQ enable      
  62.       bit12:   LEVEL 4 IRQ enable      
  63.       bit13:   unused      
  64.       bit14:   unused
  65.  
  66.    Clear the latch by setting the appropriate bit.
  67.