fmtowns: make the timer actually run

This commit is contained in:
cracyc 2021-06-19 13:36:56 -05:00
parent 64d9f618b6
commit f42206bb30

View File

@ -464,6 +464,9 @@ void towns_state::device_timer(emu_timer &timer, device_timer_id id, int param,
case TIMER_CDDA:
towns_delay_cdda((cdrom_image_device*)ptr);
break;
case TIMER_SPRITES:
draw_sprites();
break;
}
}
void towns_state::freerun_inc()