Previous | 199869 Revisions | Next |
r33237 Thursday 6th November, 2014 at 10:50:29 UTC by Oliver Stöneberg |
---|
added fatalerror for unsupported FBSize in RDP (nw) happens with e.g. n64 -cart blastcrpu1 |
[src/mame/video] | rdpspn16.c |
r241748 | r241749 | |
---|---|---|
572 | 572 | { |
573 | 573 | if (x >= clipx1 && x < clipx2) |
574 | 574 | { |
575 | if (object.MiscState.FBSize < 2 || object.MiscState.FBSize > 4) | |
576 | fatalerror("unsupported FBSize %d\n", object.MiscState.FBSize); | |
575 | 577 | ((this)->*(_Fill[object.MiscState.FBSize - 2]))(fb_index + x, object); |
576 | 578 | } |
577 | 579 |
https://github.com/mamedev/mame/commit/b559f4ada75d52ca24a25e7e338eb1a7b27e849e |
Previous | 199869 Revisions | Next |