summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fgoal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/fgoal.c')
-rw-r--r--src/mame/drivers/fgoal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/fgoal.c b/src/mame/drivers/fgoal.c
index f1856cdb40a..804a3228031 100644
--- a/src/mame/drivers/fgoal.c
+++ b/src/mame/drivers/fgoal.c
@@ -339,7 +339,7 @@ GFXDECODE_END
void fgoal_state::machine_start()
{
m_interrupt_timer = timer_alloc(TIMER_INTERRUPT);
-
+
save_item(NAME(m_xpos));
save_item(NAME(m_ypos));
save_item(NAME(m_current_color));