summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/videopin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/videopin.c')
-rw-r--r--src/mame/drivers/videopin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/videopin.c b/src/mame/drivers/videopin.c
index cd4a5f6f95f..4c5dcda15d1 100644
--- a/src/mame/drivers/videopin.c
+++ b/src/mame/drivers/videopin.c
@@ -78,7 +78,7 @@ TIMER_CALLBACK_MEMBER(videopin_state::interrupt_callback)
void videopin_state::machine_start()
{
m_interrupt_timer = timer_alloc(TIMER_INTERRUPT);
-
+
save_item(NAME(m_time_pushed));
save_item(NAME(m_time_released));
save_item(NAME(m_prev));