Previous 199869 Revisions Next

r18574 Wednesday 17th October, 2012 at 13:50:29 UTC by R. Belmont
Remove unnecessary verbosity (nw)
[src/mess/video]nubus_m2video.c

trunk/src/mess/video/nubus_m2video.c
r18573r18574
263263
264264         if (m_count == 3)
265265         {
266                printf("RAMDAC: color %02x = %02x %02x %02x (PC=%x)\n", m_clutoffs, m_colors[0], m_colors[1], m_colors[2], space.device().safe_pc() );
266//                printf("RAMDAC: color %02x = %02x %02x %02x (PC=%x)\n", m_clutoffs, m_colors[0], m_colors[1], m_colors[2], space.device().safe_pc() );
267267            m_palette[m_clutoffs] = MAKE_RGB(m_colors[0], m_colors[1], m_colors[2]);
268268            m_clutoffs++;
269269            if (m_clutoffs > 255)

Previous 199869 Revisions Next


© 1997-2024 The MAME Team