home *** CD-ROM | disk | FTP | other *** search
- ;···························································
- ;· HCS, HORISONTAL COLOR SELECTION, GIVES YOU 29791 COLORS ·
- ;· ON THE AMIGA! THE FIRST WITH HCS WAS CHUCKY OF DRAGNET ·
- ;···························································
-
- HCS: ;Jump to this every VB
- ;will return bitplane to show in D0
-
- bchg #1,hcsdata
- tst hcsdata
- beq.s hcshigh
- move.l #picture1,d0
- rts
-
- hcshigh:
- move.l #picture2,d0
- rts
-
- HcsData: dc.w 0
-
- ; you got to have two HAM pictures in the memory! to get a new color
- ; you have to put two different colors on the same place! (one in
- ; on picture and the other in the other picture!) of you have a red
- ; $f00 and a red $e00 at the sample place you will get a red $e.5 00
- ; NOTE: it's easyer (and takes less rastertime) if you uses the same
- ; pallete in HAM! /Chucky
-
- Picture1: blk 48000,0
- Picture2: blk 48000,0
-
- ; Uploaded to ART-LINE becauze many guys still thinks it's
- ; impossible to get so many colors on sceen! Test have been done in
- ; NTSC and PAL modes with good result! /Chucky