summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/retofinv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/retofinv.c')
-rw-r--r--src/mame/drivers/retofinv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/retofinv.c b/src/mame/drivers/retofinv.c
index a0e78b17adc..293790f6f6d 100644
--- a/src/mame/drivers/retofinv.c
+++ b/src/mame/drivers/retofinv.c
@@ -40,7 +40,7 @@ void retofinv_state::machine_start()
save_item(NAME(m_main_irq_mask));
save_item(NAME(m_sub_irq_mask));
save_item(NAME(m_cpu2_m6000));
-
+
if (m_68705 != NULL) // only for the parent (with MCU)
{
save_item(NAME(m_from_main));