home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaDemoCD2.iso / ASCII / TEXTE / SCENE / AMIGA / aga_trix.txt < prev    next >
Encoding:
Text File  |  1995-09-03  |  1.0 KB  |  32 lines

  1. @BEGIN_FILE_ID.DIZFun with AGA! Experiment & Reap the Rewards!
  2. @END_FILE_ID.DIZ
  3. Okay , you guys want some more free rasters? Want more copper colours per 
  4. each raster line? Well you could always try playing with the following AGA
  5. registers (and don`t forget to look at the the others too!)... Please don`t
  6. mail me with questions about them... Experiment! Work it out for yourselves!
  7. Also take care as your demos and games will have to work on T.V.`s as well 
  8. as your multisync`s Okay here goes;
  9.         ;------------------------
  10.     lea    _custom,a6
  11.     move.w    #$????,vbstrt(a6) ** vertical line for VBLANK start..
  12.     move.w    #$????,vbstop(a6) ** vertical line for VBLANK end..
  13.         
  14.     move.w    #$????,vsstrt(a6)
  15.     move.w    #$????,vsstop(a6)
  16.         
  17.     move.w    #$????,hsstrt(a6)
  18.     move.w    #$????,hsstop(a6)
  19.         
  20.     move.w    #$????,hbstrt(a6)
  21.     move.w    #$????,hbstop(a6)
  22.         
  23.     move.w    #$????,vtotal(a6)
  24.     move.w    #$????,htotal(a6) **  refresh rate = 50*312.5/n Hz
  25.         
  26.     move.w    #$????,beamcon0(a6)
  27.  
  28.     move.w    hhposr(a6),Dn
  29.     move.w    #$????,hhposw(a6)
  30.     ;----------------------
  31. Have fun!
  32.