| Previous | 199869 Revisions | Next |
| r32647 Saturday 11th October, 2014 at 09:20:18 UTC by Alex Jackson |
|---|
| namcofl.c: remove no longer needed endian flip, fixes finalapr horizon (nw) |
| [src/mame/drivers] | namcofl.c |
| r32646 | r32647 | |
|---|---|---|
| 204 | 204 | |
| 205 | 205 | if ((offset & 0x180e) == 0x180a) |
| 206 | 206 | { |
| 207 | UINT16 v = m_c116->get_reg(5); | |
| 208 | UINT16 triggerscanline=(((v>>8)&0xff)|((v&0xff)<<8))-(32+1); | |
| 209 | ||
| 207 | UINT16 triggerscanline=m_c116->get_reg(5)-(32+1); | |
| 210 | 208 | m_raster_interrupt_timer->adjust(m_screen->time_until_pos(triggerscanline)); |
| 211 | 209 | } |
| 212 | 210 | } |
| Previous | 199869 Revisions | Next |