mirror of
https://github.com/holub/mame
synced 2025-07-03 17:08:39 +03:00
fmtowns: make the timer actually run
This commit is contained in:
parent
64d9f618b6
commit
f42206bb30
@ -464,6 +464,9 @@ void towns_state::device_timer(emu_timer &timer, device_timer_id id, int param,
|
|||||||
case TIMER_CDDA:
|
case TIMER_CDDA:
|
||||||
towns_delay_cdda((cdrom_image_device*)ptr);
|
towns_delay_cdda((cdrom_image_device*)ptr);
|
||||||
break;
|
break;
|
||||||
|
case TIMER_SPRITES:
|
||||||
|
draw_sprites();
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
void towns_state::freerun_inc()
|
void towns_state::freerun_inc()
|
||||||
|
Loading…
Reference in New Issue
Block a user