From 75e5db381bd0cbd3fd664ebf83f518cdbd86b345 Mon Sep 17 00:00:00 2001 From: Dirk Best Date: Sat, 12 Mar 2016 02:34:23 +0100 Subject: Add support to adjust the screen color This is now used for monochrome screens instead of creating custom palettes. --- src/lib/util/palette.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/util/palette.h') diff --git a/src/lib/util/palette.h b/src/lib/util/palette.h index 9c6703119e1..2dfbac03a45 100644 --- a/src/lib/util/palette.h +++ b/src/lib/util/palette.h @@ -78,6 +78,8 @@ public: // constants static const rgb_t black; static const rgb_t white; + static const rgb_t green; + static const rgb_t amber; private: UINT32 m_data; -- cgit v1.2.3-70-g09d2