| 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 |
| r21489 | r21490 | |
|---|---|---|
| 231 | 231 | |
| 232 | 232 | bitmap.fill(machine().pens[0], cliprect); //black pen |
| 233 | 233 | |
| 234 | for(count = 0x | |
| 234 | for(count = 0x800/2;count<0x4800/2;count+=0x10/2) | |
| 235 | 235 | { |
| 236 | if(m_wram[count+0/2] | |
| 236 | if(!(m_wram[count+0/2] & 1)) | |
| 237 | 237 | { |
| 238 | 238 | x = (m_wram[count+6/2] >> 8) | ((m_wram[count+8/2] & 0xff) << 8); |
| 239 | 239 | y = m_wram[count+8/2] >> 8; |
| Previous | 199869 Revisions | Next |