| Previous | 199869 Revisions | Next |
| r33301 Sunday 9th November, 2014 at 11:50:30 UTC by Oliver Stöneberg |
|---|
| added another check for unsupported FBSize (nw) happens with n64 -cart sbowlingj |
| [src/mame/video] | rdpspn16.c |
| r241812 | r241813 | |
|---|---|---|
| 204 | 204 | dzpix = object.MiscState.PrimitiveDZ; |
| 205 | 205 | dzinc = 0; |
| 206 | 206 | } |
| 207 | ||
| 208 | if (object.MiscState.FBSize < 2 || object.MiscState.FBSize > 4) | |
| 209 | fatalerror("unsupported FBSize %d\n", object.MiscState.FBSize); | |
| 207 | 210 | |
| 208 | 211 | int blend_index = (object.OtherModes.alpha_cvg_select ? 2 : 0) | ((object.OtherModes.rgb_dither_sel < 3) ? 1 : 0); |
| 209 | 212 | int read_index = ((object.MiscState.FBSize - 2) << 1) | object.OtherModes.image_read_en; |
| https://github.com/mamedev/mame/commit/5ad41fafe5c6217683f8dc88ccabb44ed243739a |
| Previous | 199869 Revisions | Next |