mirror of
https://github.com/holub/mame
synced 2025-06-29 23:48:56 +03:00
ms32.cpp : Add notes (#4866)
This commit is contained in:
parent
a7c3141e02
commit
35d0069a48
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user