fix compile (nw)

This commit is contained in:
David Haywood 2014-04-05 17:45:50 +00:00
parent bce40262a1
commit 637c5c89a4

View File

@ -217,7 +217,6 @@ void h8_timer8_channel_device::update_counter(UINT64 cur_time)
UINT64 base_time = (last_clock_update + clock_divider/2) / clock_divider;
UINT64 new_time = (cur_time + clock_divider/2) / clock_divider;
int ott = tcnt;
int tt = tcnt + new_time - base_time;
tcnt = tt % counter_cycle;