summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/dec0.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/dec0.c')
-rw-r--r--src/mame/machine/dec0.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/dec0.c b/src/mame/machine/dec0.c
index 0b5476453a0..7f23cb4ca21 100644
--- a/src/mame/machine/dec0.c
+++ b/src/mame/machine/dec0.c
@@ -364,7 +364,7 @@ DRIVER_INIT_MEMBER(dec0_state,hippodrm)
RAM[0x1af] = 0x60; /* RTS prot area */
RAM[0x1db] = 0x60; /* RTS prot area */
RAM[0x21a] = 0x60; /* RTS prot area */
-
+
save_item(NAME(m_hippodrm_msb));
save_item(NAME(m_hippodrm_lsb));
}
@@ -377,7 +377,7 @@ DRIVER_INIT_MEMBER(dec0_state,slyspy)
/* Slyspy sound cpu has some protection */
RAM[0xf2d] = 0xea;
RAM[0xf2e] = 0xea;
-
+
save_item(NAME(m_slyspy_state));
}