Previous 199869 Revisions Next

r34181 Sunday 4th January, 2015 at 13:15:10 UTC by Oliver Stöneberg
k001005.c: disabled some logging (nw)
[src/mame/video]k001005.c

trunk/src/mame/video/k001005.c
r242692r242693
13201320   {
13211321      case 0x000:         // FIFO write
13221322      {
1323         osd_printf_debug("K001005 FIFO write: %08X at %08X\n", data, space.device().safe_pc());
1323         //osd_printf_debug("K001005 FIFO write: %08X at %08X\n", data, space.device().safe_pc());
13241324         if (m_status != 1 && m_status != 2)
13251325         {
13261326            if (m_fifo_write_ptr < 0x400)


Previous 199869 Revisions Next


© 1997-2024 The MAME Team