| Previous | 199869 Revisions | Next |
| r18146 Tuesday 25th September, 2012 at 17:40:40 UTC by hap |
|---|
| fix y board sprite colors (the 3ff to 7ff change) |
| [src/mame/video] | segahang.c segaorun.c segas16a.c segas16b.c segas18.c segaybd.c system16.c |
| r18145 | r18146 | |
|---|---|---|
| 273 | 273 | |
| 274 | 274 | // otherwise, just add in sprite palette base |
| 275 | 275 | else |
| 276 | dest[x] = | |
| 276 | dest[x] = 0x400 | (pix & 0x3ff); | |
| 277 | 277 | } |
| 278 | 278 | } |
| 279 | 279 | } |
| r18145 | r18146 | |
|---|---|---|
| 122 | 122 | |
| 123 | 123 | // otherwise, just add in sprite palette base |
| 124 | 124 | else |
| 125 | dest[x] = | |
| 125 | dest[x] = 0x400 | (pix & 0x3ff); | |
| 126 | 126 | } |
| 127 | 127 | } |
| 128 | 128 | } |
| r18145 | r18146 | |
| 189 | 189 | |
| 190 | 190 | // otherwise, just add in sprite palette base |
| 191 | 191 | else |
| 192 | dest[x] = | |
| 192 | dest[x] = 0x800 | (pix & 0x7ff); | |
| 193 | 193 | } |
| 194 | 194 | } |
| 195 | 195 | } |
| r18145 | r18146 | |
|---|---|---|
| 97 | 97 | |
| 98 | 98 | // otherwise, just add in sprite palette base |
| 99 | 99 | else |
| 100 | dest[x] = | |
| 100 | dest[x] = 0x800 | (pix & 0x7ff); | |
| 101 | 101 | } |
| 102 | 102 | } |
| 103 | 103 | } |
| r18145 | r18146 | |
|---|---|---|
| 681 | 681 | |
| 682 | 682 | // otherwise, just add in sprite palette base |
| 683 | 683 | else |
| 684 | dest[x] = | |
| 684 | dest[x] = 0x400 | (pix & 0x3ff); | |
| 685 | 685 | } |
| 686 | 686 | } |
| 687 | 687 | } |
| r18145 | r18146 | |
| 752 | 752 | |
| 753 | 753 | // otherwise, just add in sprite palette base |
| 754 | 754 | else |
| 755 | dest[x] = | |
| 755 | dest[x] = 0x400 | (pix & 0x3ff); | |
| 756 | 756 | } |
| 757 | 757 | } |
| 758 | 758 | } |
| r18145 | r18146 | |
| 832 | 832 | |
| 833 | 833 | // otherwise, just add in sprite palette base |
| 834 | 834 | else |
| 835 | dest[x] = | |
| 835 | dest[x] = 0x400 | (pix & 0x3ff); | |
| 836 | 836 | } |
| 837 | 837 | } |
| 838 | 838 | } |
| r18145 | r18146 | |
| 896 | 896 | |
| 897 | 897 | // otherwise, just add in sprite palette base |
| 898 | 898 | else |
| 899 | dest[x] = | |
| 899 | dest[x] = 0x400 | (pix & 0x3ff); | |
| 900 | 900 | } |
| 901 | 901 | } |
| 902 | 902 | } |
| r18145 | r18146 | |
|---|---|---|
| 111 | 111 | |
| 112 | 112 | // otherwise, just add in sprite palette base |
| 113 | 113 | else |
| 114 | dest[x] = | |
| 114 | dest[x] = 0x400 | (pix & 0x3ff); | |
| 115 | 115 | } |
| 116 | 116 | } |
| 117 | 117 | } |
| r18145 | r18146 | |
|---|---|---|
| 121 | 121 | |
| 122 | 122 | // otherwise, just add in sprite palette base |
| 123 | 123 | else |
| 124 | dest[x] = | |
| 124 | dest[x] = 0x400 | (pix & 0x3ff); | |
| 125 | 125 | } |
| 126 | 126 | } |
| 127 | 127 | } |
| r18145 | r18146 | |
| 146 | 146 | |
| 147 | 147 | // otherwise, just add in sprite palette base |
| 148 | 148 | else |
| 149 | dest[x] = | |
| 149 | dest[x] = 0x400 | (pix & 0x3ff); | |
| 150 | 150 | } |
| 151 | 151 | } |
| 152 | 152 | } |
| r18145 | r18146 | |
|---|---|---|
| 111 | 111 | |
| 112 | 112 | // otherwise, just add in sprite palette base |
| 113 | 113 | else |
| 114 | dest[x] = | |
| 114 | dest[x] = 0x400 | (pix & 0x3ff); | |
| 115 | 115 | } |
| 116 | 116 | } |
| 117 | 117 | } |
| Previous | 199869 Revisions | Next |