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

trunk/src/mame/video/rdpspn16.c
r241748r241749
572572   {
573573      if (x >= clipx1 && x < clipx2)
574574      {
575         if (object.MiscState.FBSize < 2 || object.MiscState.FBSize > 4)
576            fatalerror("unsupported FBSize %d\n", object.MiscState.FBSize);
575577         ((this)->*(_Fill[object.MiscState.FBSize - 2]))(fb_index + x, object);
576578      }
577579


Previous 199869 Revisions Next


© 1997-2024 The MAME Team