home *** CD-ROM | disk | FTP | other *** search
- @BEGIN_FILE_ID.DIZFun with AGA! Experiment & Reap the Rewards!
- @END_FILE_ID.DIZ
- Okay , you guys want some more free rasters? Want more copper colours per
- each raster line? Well you could always try playing with the following AGA
- registers (and don`t forget to look at the the others too!)... Please don`t
- mail me with questions about them... Experiment! Work it out for yourselves!
- Also take care as your demos and games will have to work on T.V.`s as well
- as your multisync`s Okay here goes;
- ;------------------------
- lea _custom,a6
- move.w #$????,vbstrt(a6) ** vertical line for VBLANK start..
- move.w #$????,vbstop(a6) ** vertical line for VBLANK end..
-
- move.w #$????,vsstrt(a6)
- move.w #$????,vsstop(a6)
-
- move.w #$????,hsstrt(a6)
- move.w #$????,hsstop(a6)
-
- move.w #$????,hbstrt(a6)
- move.w #$????,hbstop(a6)
-
- move.w #$????,vtotal(a6)
- move.w #$????,htotal(a6) ** refresh rate = 50*312.5/n Hz
-
- move.w #$????,beamcon0(a6)
-
- move.w hhposr(a6),Dn
- move.w #$????,hhposw(a6)
- ;----------------------
- Have fun!
-