Welcome, Guest. Please login or register.

Author Topic: Things never understand  (Read 3502 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline bloodline

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12113
    • Show all replies
    • http://www.troubled-mind.com
Re: Things never understand
« on: May 17, 2006, 09:58:42 PM »
You can't use game sprites with the HAM mode, because HAM requires the "real palette" to be set (and adjusted) acording to the Image being shown... the Sprites would then have to use whatever base colours were chosen for the image, which would limit your choice of colours... and you would have to have a different set of sprites for every image (since each one would have a different "real palette")... the most sensible solution here is to use a graphics chip that is not from the last century :-D

Offline bloodline

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12113
    • Show all replies
    • http://www.troubled-mind.com
Re: Things never understand
« Reply #1 on: May 17, 2006, 10:04:57 PM »
Quote

Tricky wrote:
Quote

bloodline wrote:
You can't use game sprites with the HAM mode, because HAM requires the "real palette" to be set (and adjusted) acording to the Image being shown... the Sprites would then have to use whatever base colours were chosen for the image,


Not exactly true... Ham6 uses the first 16 colour registers.  The sprites use colour registers 16 to 31.


Ugh! true... I had forgotten about the palette selection :oops: