(MESS) pc8001: Fixed colors. (nw)

This commit is contained in:
Curt Coder 2012-09-12 21:22:30 +00:00
parent 3921eaebfd
commit c76629afd4

View File

@ -351,12 +351,12 @@ void pc8001_state::video_start()
static const rgb_t PALETTE[] =
{
RGB_BLACK,
MAKE_RGB(0x00, 0x00, 0x00),
MAKE_RGB(0x00, 0x00, 0x00),
MAKE_RGB(0x00, 0x00, 0x00),
MAKE_RGB(0x00, 0x00, 0x00),
MAKE_RGB(0x00, 0x00, 0x00),
MAKE_RGB(0x00, 0x00, 0x00),
MAKE_RGB(0x00, 0x00, 0xff),
MAKE_RGB(0xff, 0x00, 0x00),
MAKE_RGB(0xff, 0x00, 0xff),
MAKE_RGB(0x00, 0xff, 0x00),
MAKE_RGB(0x00, 0xff, 0xff),
MAKE_RGB(0x00, 0xff, 0xff),
RGB_WHITE
};