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

trunk/src/mame/drivers/r2dx_v33.c
r32235r32236
392392   // 0x404 is bank on r2dx, this doesn't need it
393393   // AM_RANGE(0x00406, 0x00407) AM_WRITE(tile_bank_w) // not the same?
394394
395   AM_RANGE(0x00406, 0x00407) AM_NOP // always 6022, supposed to be the tile bank but ignroes the actual value???
396
395397   AM_RANGE(0x00420, 0x00421) AM_WRITE(r2dx_dx_w)
396398   AM_RANGE(0x00422, 0x00423) AM_WRITE(r2dx_dy_w)
397399   AM_RANGE(0x00424, 0x00425) AM_WRITE(r2dx_sdistl_w)
trunk/src/mame/drivers/raiden2.c
r32235r32236
34093409}
34103410
34113411const 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
34133420};
34143421
34153422

Previous 199869 Revisions Next


© 1997-2024 The MAME Team