Previous 199869 Revisions Next

r21525 Friday 1st March, 2013 at 17:28:28 UTC by David Haywood
fix logging typo
[src/mame/drivers]gunpey.c

trunk/src/mame/drivers/gunpey.c
r21524r21525
292292     
293293
294294      printf("sprite %04x %04x %04x %04x %04x %04x %04x %04x\n", m_wram[count+0], m_wram[count+1], m_wram[count+2], m_wram[count+3], m_wram[count+4], m_wram[count+5], m_wram[count+6], m_wram[count+7]);
295      printf("unused %04x %04x %04x %04x %04x %04x %04x %04x\n\n", m_wram[count+0]&~0xff98, m_wram[count+1]&~0xf080, m_wram[count+2]&~0xfc3f, m_wram[count+3]&~0xf01f, m_wram[count+4]&~0xff77, m_wram[count+5]&~0xffff, m_wram[count+6]&~0x0000, m_wram[count+7]&~0x0000);
295      printf("unused %04x %04x %04x %04x %04x %04x %04x %04x\n\n", m_wram[count+0]&~0xff98, m_wram[count+1]&~0xf080, m_wram[count+2]&~0xfc3f, m_wram[count+3]&~0xff1f, m_wram[count+4]&~0xff77, m_wram[count+5]&~0xffff, m_wram[count+6]&~0x0000, m_wram[count+7]&~0x0000);
296296
297297      if ((testhack2 & 0x0f) == 0x08)
298298         return m_wram[count+0] & 0x80;

Previous 199869 Revisions Next


© 1997-2024 The MAME Team