summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/mb87078.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/mb87078.c')
-rw-r--r--src/emu/machine/mb87078.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/mb87078.c b/src/emu/machine/mb87078.c
index 7e06e38685e..5552e44e245 100644
--- a/src/emu/machine/mb87078.c
+++ b/src/emu/machine/mb87078.c
@@ -119,7 +119,7 @@ mb87078_device::mb87078_device(const machine_config &mconfig, const char *tag, d
void mb87078_device::device_start()
{
m_gain_changed_cb.resolve_safe();
-
+
save_item(NAME(m_channel_latch));
save_item(NAME(m_reset_comp));
save_item(NAME(m_latch[0]));