diff options
-rw-r--r-- | src/mame/video/ms32.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/video/ms32.cpp b/src/mame/video/ms32.cpp index 15cf304dbca..5eef22b2f9c 100644 --- a/src/mame/video/ms32.cpp +++ b/src/mame/video/ms32.cpp @@ -131,6 +131,7 @@ void ms32_state::update_color(int color) affecting bg & sprites, not fg. The second brightness control might apply to shadows, see gametngk. */ + // TODO : p47aces : brightness are disabled sometimes, see https://youtu.be/PQsefFtqAwA if (~color & 0x4000) { r = ((m_palram[color*2] & 0xff00) >>8 ) * m_brt_r / 0x100; |