| Previous | 199869 Revisions | Next |
| r32236 Saturday 20th September, 2014 at 17:48:27 UTC by O. Galibert |
|---|
| zt blending (nw) |
| [src/mame/drivers] | r2dx_v33.c raiden2.c |
| r32235 | r32236 | |
|---|---|---|
| 392 | 392 | // 0x404 is bank on r2dx, this doesn't need it |
| 393 | 393 | // AM_RANGE(0x00406, 0x00407) AM_WRITE(tile_bank_w) // not the same? |
| 394 | 394 | |
| 395 | AM_RANGE(0x00406, 0x00407) AM_NOP // always 6022, supposed to be the tile bank but ignroes the actual value??? | |
| 396 | ||
| 395 | 397 | AM_RANGE(0x00420, 0x00421) AM_WRITE(r2dx_dx_w) |
| 396 | 398 | AM_RANGE(0x00422, 0x00423) AM_WRITE(r2dx_dy_w) |
| 397 | 399 | AM_RANGE(0x00424, 0x00425) AM_WRITE(r2dx_sdistl_w) |
| r32235 | r32236 | |
|---|---|---|
| 3409 | 3409 | } |
| 3410 | 3410 | |
| 3411 | 3411 | const UINT16 raiden2_state::zeroteam_blended_colors[] = { |
| 3412 | 0x37e, 0x5de | |
| 3412 | // Player selection | |
| 3413 | 0x37e, | |
| 3414 | // Scaffolding shadow | |
| 3415 | 0x52e, | |
| 3416 | // Road brightening | |
| 3417 | 0x5de, | |
| 3418 | ||
| 3419 | 0xffff | |
| 3413 | 3420 | }; |
| 3414 | 3421 | |
| 3415 | 3422 |
| Previous | 199869 Revisions | Next |