Port-amiga archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: X11R6.1/Pic-IV



> The other problem is that in the 8 bit modes, there seems to be a
> byte-ordering problem.  I don't know this for sure, but I do know
> that the colors are all /wrong/.  Black seem to be the only color that
> is showing up properly, everything else is offset.

Please check your .../amiga/dev/grf_clreg.h file if it contains these lines:
/* Video DAC */
#define VDAC_ADDRESS    0x03c8
#define VDAC_ADDRESS_W  0x03c8
#define VDAC_ADDRESS_R  (((cltype==PICASSO)&&(cl_64bit==0))?0x03c7+0xfff:0x3c7)
#define VDAC_STATE      0x03c7
#define VDAC_DATA       (((cltype==PICASSO)&&(cl_64bit==0))?0x03c9+0xfff:0x3c9)
#define VDAC_MASK       0x03c6
#define HDR             0x03c6  /* Hidden DAC register, 4 reads to access */

There was a bug in the release version of the file.

> Any ideas?

I hope you can fix the bug with this description. :-)

> Michael Parson
> Smart Technologies

Bye,                    \|/
  Tobias                @ @
+-------------------oOO-(_)-OOo------------------------+
| Tobias Abt                                           |
| email: tabt%studbox.uni-stuttgart.de@localhost                 |
|   irc: tabt@#AmigaGer                                |
|   www: http://wwwcip.rus.uni-stuttgart.de/~etk10317/ |
+------------------------------------------------------+

If I don't remember your last mail, don't be angry, there is
way too much mail in my mailbox... :-))



Home | Main Index | Thread Index | Old Index