trunk/src/mame/video/mcd212.c
| r21056 | r21057 | |
| 1086 | 1086 | |
| 1087 | 1087 | void 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) |
| 1088 | 1088 | { |
| 1089 | | UINT8 debug_mode = ioport("DEBUG")->read(); |
| 1089 | UINT8 debug_mode = machine().root_device().ioport("DEBUG")->read(); |
| 1090 | 1090 | UINT8 global_plane_a_disable = debug_mode & 1; |
| 1091 | 1091 | UINT8 global_plane_b_disable = debug_mode & 2; |
| 1092 | 1092 | UINT8 debug_backdrop_enable = debug_mode & 4; |