mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
(MESS) pc8001: Fixed colors again. (nw)
This commit is contained in:
parent
511f05c574
commit
42136bec16
@ -356,7 +356,7 @@ static const rgb_t PALETTE[] =
|
||||
MAKE_RGB(0xff, 0x00, 0xff),
|
||||
MAKE_RGB(0x00, 0xff, 0x00),
|
||||
MAKE_RGB(0x00, 0xff, 0xff),
|
||||
MAKE_RGB(0x00, 0xff, 0xff),
|
||||
MAKE_RGB(0xff, 0xff, 0x00),
|
||||
RGB_WHITE
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user