mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
model3.c: fix harley (nw)
This commit is contained in:
parent
e7c7760bde
commit
54a4c8bddd
@ -1656,8 +1656,11 @@ void model3_state::draw_block(UINT32 address)
|
||||
pop_matrix_stack();
|
||||
|
||||
/* handle the second link */
|
||||
link = node[8 - offset];
|
||||
process_link(address, link);
|
||||
if ((node[0] & 0x7) != 0x6)
|
||||
{
|
||||
link = node[8 - offset];
|
||||
process_link(address, link);
|
||||
}
|
||||
}
|
||||
|
||||
void model3_state::draw_viewport(int pri, UINT32 address)
|
||||
|
Loading…
Reference in New Issue
Block a user