Jump to content
IGNORED

[Aquarius] Mame/Mess at GitHub, better for fixing that disastrous palette?


nitrofurano

Recommended Posts

recently i found that Mame/Mess seems now defaulty host at GitHub - and that weird Aquarius palette seems there, quite easy to spot:

 

https://github.com/mamedev/mame/blob/master/src/mess/video/aquarius.c

 

 

static const rgb_t aquarius_colors[] =
{
  rgb_t::black,                  /* Black */
  rgb_t(0xff, 0x00, 0x00), /* Red */
  rgb_t(0x00, 0xff, 0x00), /* Green */
  rgb_t(0xff, 0xff, 0x00), /* Yellow */
  rgb_t(0x00, 0x00, 0xff), /* Blue */
  rgb_t(0x7f, 0x00, 0x7f), /* Violet */
  rgb_t(0x7f, 0xff, 0xff), /* Light Blue-Green */
  rgb_t::white,                  /* White */
  rgb_t(0xc0, 0xc0, 0xc0), /* Light Gray */
  rgb_t(0x00, 0xff, 0xff), /* Blue-Green */
  rgb_t(0xff, 0x00, 0xff), /* Magenta */
  rgb_t(0x00, 0x00, 0x7f), /* Dark Blue */
  rgb_t(0xff, 0xff, 0x7f), /* Light Yellow */
  rgb_t(0x7f, 0xff, 0x7f), /* Light Green */
  rgb_t(0xff, 0x7f, 0x00), /* Orange */
  rgb_t(0x7f, 0x7f, 0x7f)  /* Dark Gray */
};

 

So i guess we can do something there for fixing it? Can someone kindly obtain the correct colours for fixing that? ;)

 

Link to comment
Share on other sites

  • 4 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...