Previous | 199869 Revisions | Next |
r32930 Friday 24th October, 2014 at 16:01:36 UTC by Oliver Stöneberg |
---|
added assert for index out-of-bounds access with jolypark (nw) |
[src/mame/drivers] | spinb.c |
r241441 | r241442 | |
---|---|---|
578 | 578 | UINT16 *p = &bitmap.pix16(sy++); |
579 | 579 | for(x = 0; x < 16; x++) |
580 | 580 | { |
581 | assert((ma + 0x200) > 0 && (ma + 0x200) < ARRAY_LENGTH(m_dmdram)); | |
581 | 582 | gfx = m_dmdram[ma+0x200]; |
582 | 583 | gfx1 = m_dmdram[ma++]; |
583 | 584 |
https://github.com/mamedev/mame/commit/9867043d73f42342fbcc87c4b06af3cf9033db56 |
Previous | 199869 Revisions | Next |