summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fmtowns.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/fmtowns.cpp')
-rw-r--r--src/mame/drivers/fmtowns.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/drivers/fmtowns.cpp b/src/mame/drivers/fmtowns.cpp
index 44a56d2ee43..ac87d0bcbf7 100644
--- a/src/mame/drivers/fmtowns.cpp
+++ b/src/mame/drivers/fmtowns.cpp
@@ -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()