(MESS) pc8001: Fixed colors again. (nw)

This commit is contained in:
Curt Coder 2012-09-13 14:11:12 +00:00
parent 511f05c574
commit 42136bec16

View File

@ -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
};