Previous 199869 Revisions Next

r21057 Thursday 14th February, 2013 at 10:13:50 UTC by Robbbert
(MESS) fixed cdi regression
[src/mame/video]mcd212.c

trunk/src/mame/video/mcd212.c
r21056r21057
10861086
10871087void mcd212_device::mix_lines(UINT8 *plane_a_r, UINT8 *plane_a_g, UINT8 *plane_a_b, UINT8 *plane_b_r, UINT8 *plane_b_g, UINT8 *plane_b_b, UINT32 *out)
10881088{
1089   UINT8 debug_mode = ioport("DEBUG")->read();
1089   UINT8 debug_mode = machine().root_device().ioport("DEBUG")->read();
10901090   UINT8 global_plane_a_disable = debug_mode & 1;
10911091   UINT8 global_plane_b_disable = debug_mode & 2;
10921092   UINT8 debug_backdrop_enable = debug_mode & 4;

Previous 199869 Revisions Next


© 1997-2024 The MAME Team