| Previous | 199869 Revisions | Next |
| r32696 Sunday 12th October, 2014 at 23:44:53 UTC by Ville Linde |
|---|
| model3.c: fix harley (nw) |
| [src/mame/video] | model3.c |
| r32695 | r32696 | |
|---|---|---|
| 1656 | 1656 | pop_matrix_stack(); |
| 1657 | 1657 | |
| 1658 | 1658 | /* handle the second link */ |
| 1659 | link = node[8 - offset]; | |
| 1660 | process_link(address, link); | |
| 1659 | if ((node[0] & 0x7) != 0x6) | |
| 1660 | { | |
| 1661 | link = node[8 - offset]; | |
| 1662 | process_link(address, link); | |
| 1663 | } | |
| 1661 | 1664 | } |
| 1662 | 1665 | |
| 1663 | 1666 | void model3_state::draw_viewport(int pri, UINT32 address) |
| Previous | 199869 Revisions | Next |