home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 4: The Falcon Archive / nf_archive_four_v1.0.iso / ARCHIVE / WORK / UTILITY / ASA21.ZIP / ASA.030 / ASA.TXT < prev   
Text File  |  1994-01-16  |  4KB  |  97 lines

  1.                     AVENA SCREEN ADJUSTER MANUAL
  2.  
  3.                     Version  2.1    
  4.  
  5.      GREDITS:
  6.               code: Jet of Avena 
  7.               idea: Jet of Avena 
  8.            farting: Arne Bromann     
  9.  
  10.      KEYBOARD-INSTRUCTIONS:
  11.                
  12.               F1-F10 select a register 
  13.               '+','-' change values of registers
  14.               'V' view window (to see the help and the values)
  15.               'S' Save values for using in own progams
  16.               1-5 change resolutions
  17.               'O' Overscan
  18.               '8' 320 or 640 pixel per line
  19.               'I' Interlace 
  20.               'HELP' power-mode on (1600*600 pixel,16 colors)
  21.               'T' Testline menu
  22.               'N' after Testline back to old screen 
  23.               'M' Interlace-line-mode active on/off 
  24.               'L' double-line-mode on/off
  25.               'A' full register-analyse    
  26.            'UNDO' Screen on startposition 
  27.  
  28. **************************** Attention *****************************
  29. *                 Be carefull with this keys !!!!                  *
  30. ********************************************************************                   
  31.  
  32.               'F' Horiz. Frequence  \
  33.               'G' VBL Start          > Use '+' and '-' to change ..    
  34.               'H' HBL Start         /            
  35.  
  36.               'C' Videoclock-frequence (32 Mhz , 25.175 Mhz)  
  37.               'K' Videocycles ( 128 ,64 ) 
  38.               'D' Videoburst (16 bit , 32 bit)
  39.               'B' Start of real Hsync-ray  ( on , off)      
  40.               ',' Hsync impulse ( positive , negative) 
  41.               'J' Vsync impulse (positive  , negative)  
  42.               
  43.               'X' \__ ( 640 or 320 ) and many more nice resolutions    
  44.               'Y' / 
  45.               'W' set bit for 256 color mode    
  46.               'E' set bit for truecolor mode     
  47.               'R' set bit for 2 color mode    
  48.  
  49.  
  50. ********************************************************************
  51.       
  52.      HOW TO USE THE DATAS IN YOUR OWN PROGRAMS:
  53.      ------------------------------------------
  54.  
  55.               clr.l   -(sp)
  56.               move.w  #32,-(sp)
  57.               trap    #1
  58.               add.w   #6,sp
  59.  
  60.               lea     DATEN,A1
  61.               move.b  (A1)+,$FFFF820A.w
  62.               move.b  (A1)+,$FFFF8260.w
  63.               move.w  (A1)+,$FFFF8266.w
  64.               move.w  (A1)+,$FFFF8282.w
  65.               move.w  (A1)+,$FFFF828C.w
  66.               move.w  (A1)+,$FFFF82AC.w
  67.               move.w  (A1)+,$FFFF82C0.w
  68.               move.w  (A1)+,$FFFF82C2.w
  69.               move.w  (A1)+,$FFFF8284.w
  70.               move.w  (A1)+,$FFFF8286.w
  71.               move.w  (A1)+,$FFFF8288.w
  72.               move.w  (A1)+,$FFFF828A.w
  73.               move.w  (A1)+,$FFFF82A2.w
  74.               move.w  (A1)+,$FFFF82A4.w
  75.               move.w  (A1)+,$FFFF82A6.w
  76.               move.w  (A1)+,$FFFF82A8.w
  77.               move.w  (A1)+,$FFFF82AA.w
  78.               move.w  (A1),$FFFF8210.w           
  79.  
  80.  
  81. DATEN:        incbin 'save.asa'   * defpac (saved values from ASA.PRG)  
  82. or
  83. DATEN:        ibytes 'save.asa'   * turboass
  84.  
  85.  
  86.  
  87.  ****************************************************************** 
  88. **                  *     /\  /\      /\  _____  /\        /\     **
  89. **  Michael Wiegers *    /  \ \ \    / / / ___/ / /   /\  /  \    **
  90. **  Lassallestr.54  *   / /\ \ \ \  / / / /__  /  \  / / / /\ \   **
  91. **  21073 Hamburg   *  / /__\ \ \ \/ / / ___/ / /\ \/ / / /__\ \  **
  92. **  Germany         * / ______ \ \  / / /____/ /  \  / / ______ \ **
  93. **                  * \/      \/  \/  \_____/\/    \/  \/      \/ **
  94.  ******************************************************************
  95.  
  96.      
  97.