home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_03 / C_JS_108.ZIP / COMS / IO_MAP.TXT < prev    next >
Text File  |  1995-10-29  |  828b  |  31 lines

  1. Jaguar & Computer I/O
  2. ---------------------
  3.  
  4. Jaguar
  5. ------
  6.  
  7.     Read.b        $E1FExx
  8.     Write.b        $E1FF00 - $E1FFFF (read at the right adress)
  9.     Status.b    $E1FDxx           (read bit 0 & 1)
  10.     
  11.     Status bit 0 high    Byte from computer in buffer.
  12.     Status bit 0 low    No byte to read in buffer.
  13.  
  14.     - = -      1 high    Byte sent from Jaguar, not read by computer.
  15.     - = -      1 low    All clear to send a byte to computer.
  16.     
  17. Computer
  18. --------
  19.  
  20.     Read.w        $FA0000
  21.     Write.w        $FB0000 - $FB01FE (read at the right adress in steps
  22.                                    of two)
  23.     Status.w    $FA0002              (read bit 0 & 1)
  24.     
  25.     Status bit 0 high    Byte from Jaguar in buffer.
  26.     Status bit 0 low    No byte to read in buffer.
  27.  
  28.     - = -      1 high    Byte sent from computer, not read by Jaguar.
  29.     - = -      1 low    All clear to send a byte to Jaguar.
  30.  
  31.