Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
question about OUT & palette loading
#4
I found what's causing this. The code for OUT is shifting RGB values up from 6 bit to 8 bit, which is fine, but then it's treating the values as if they're still 6 bit...

I've commited a simple fix (changed a 2 to a 0 in two lines) that makes it work, I hope Angelo won't mind.

For now you can just use the palette command to set the palette instead. You should anyway, because OUT is slower (it simply passes the values you give it on to the palette command).
Reply


Messages In This Thread
question about OUT & palette loading - by toad - 02-06-2005, 01:45 AM
question about OUT & palette loading - by toad - 02-06-2005, 04:52 AM
question about OUT & palette loading - by Sterling Christensen - 02-06-2005, 05:21 AM
question about OUT & palette loading - by toad - 02-06-2005, 06:45 AM
question about OUT & palette loading - by toad - 02-06-2005, 07:15 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)