Previous 199869 Revisions Next

r21490 Thursday 28th February, 2013 at 22:44:03 UTC by Angelo Salese
Oh well, might as well add this for everything ...
[src/mame/drivers]gunpey.c

trunk/src/mame/drivers/gunpey.c
r21489r21490
231231
232232   bitmap.fill(machine().pens[0], cliprect); //black pen
233233
234   for(count = 0x1800/2;count<0x1d40/2;count+=0x10/2)
234   for(count = 0x800/2;count<0x4800/2;count+=0x10/2)
235235   {
236      if(m_wram[count+0/2] == 0xc200)
236      if(!(m_wram[count+0/2] & 1))
237237      {
238238         x = (m_wram[count+6/2] >> 8) | ((m_wram[count+8/2] & 0xff) << 8);
239239         y = m_wram[count+8/2] >> 8;

Previous 199869 Revisions Next


© 1997-2024 The MAME Team