home *** CD-ROM | disk | FTP | other *** search
- /* $VER: Terminus 2.0 - fastcolors.scp (03.07.93) */
-
- /*
- ** The 2.x release of AmigaDOS uses a different color scheme to acheive
- ** the 3-D visual effect. Unfortunately, to do this you need to use colors
- ** that can slow down the scroll rate of Terminus a good bit. The following
- ** palette definitions are used under 1.3 (and 2.x without an ECS Denise) and
- ** use a color scheme, while not giving the 3-D visual effect, gives you faster
- ** scroll rates.
- */
-
- SETCOLOR2 = 1 0 1 1 1 1 0 3 0 1 1 0 1 1 0 1 1 0 0 1 0 1 0 1 0 1 000 BBB
- SETCOLOR4 = 3 2 1 2 1 2 0 3 0 2 3 0 2 3 0 2 1 2 0 2 1 3 0 2 1 3 000 BBB 0AA A00
- SETCOLOR8 = 3 1 1 2 1 2 0 3 0 2 3 0 2 3 0 2 1 2 0 3 4 7 6 5 2 1 000 BBB 0AA A00 0A0 A0A 00A A60
- SETCOLOR16 = 3 1 1 2 1 2 0 3 0 2 3 0 2 3 0 2 1 2 0 3 4 7 6 5 2 1 000 BBB 0AA A00 0A0 A0A 00A A60 666 FFF 0FF F00 0F0 F0F 00F FF0
- SETCUSTOM2 = 1 0 1 1 1 1 0 3 0 1 1 0 1 1 0 1 1 0 1 0 1 0 1 0 1 0 000 078
- SETCUSTOM4 = 1 0 2 1 1 1 0 3 0 1 3 0 1 3 0 1 1 2 0 1 3 2 0 1 3 2 000 078 999 E90
- SETCUSTOM8 = 3 1 2 1 2 1 0 3 0 1 3 0 1 3 0 1 1 2 0 1 7 5 4 3 6 2 000 078 999 E90 C6A 090 045 A00
- SETMONO2 = 1 0 1 1 1 1 0 3 0 1 1 0 1 3 0 1 1 0 0 1 0 1 0 1 0 1 000 BBB
- SETMONO4 = 3 2 1 2 1 1 0 3 2 1 3 2 1 3 1 2 1 2 1 0 3 2 1 0 3 2 000 BBB 666 FFF
- SETMONO8 = 1 2 3 2 1 1 0 3 2 1 3 2 1 3 1 2 1 2 0 1 2 3 4 5 6 7 000 BBB 666 FFF 000 BBB 666 FFF
- END
-