summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/k056800.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/k056800.cpp')
-rw-r--r--src/devices/sound/k056800.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/sound/k056800.cpp b/src/devices/sound/k056800.cpp
index 19e572d2c72..fe42ed0b1bb 100644
--- a/src/devices/sound/k056800.cpp
+++ b/src/devices/sound/k056800.cpp
@@ -36,6 +36,7 @@ void k056800_device::device_start()
m_int_handler.resolve_safe();
save_item(NAME(m_int_pending));
+ save_item(NAME(m_int_enabled));
save_item(NAME(m_host_to_snd_regs));
save_item(NAME(m_snd_to_host_regs));
}