mirror of
https://github.com/holub/mame
synced 2025-10-09 01:39:48 +03:00
(nw)
This commit is contained in:
parent
04fa40157a
commit
6c739d57b1
@ -2451,7 +2451,7 @@ WRITE_LINE_MEMBER(rainbow_state::GDC_vblank_irq)
|
|||||||
}
|
}
|
||||||
|
|
||||||
case COLOR_MONITOR:
|
case COLOR_MONITOR:
|
||||||
// Doesnt work as intended, so diabled:
|
|
||||||
if(!(m_GDC_MODE_REGISTER & GDC_MODE_ENABLE_VIDEO))
|
if(!(m_GDC_MODE_REGISTER & GDC_MODE_ENABLE_VIDEO))
|
||||||
red = blue = 0; // Page 21 of PDF AA-AE36A (PDF) explains why
|
red = blue = 0; // Page 21 of PDF AA-AE36A (PDF) explains why
|
||||||
red = uint8_t( red * 17 * ( (255-video_levels[ red ] ) / 255.0f) );
|
red = uint8_t( red * 17 * ( (255-video_levels[ red ] ) / 255.0f) );
|
||||||
|
Loading…
Reference in New Issue
Block a user