summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/seibu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/seibu.c')
-rw-r--r--src/mame/audio/seibu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/seibu.c b/src/mame/audio/seibu.c
index 8551fe1fcbb..968c4b4fc3d 100644
--- a/src/mame/audio/seibu.c
+++ b/src/mame/audio/seibu.c
@@ -489,7 +489,7 @@ void seibu_adpcm_device::device_start()
m_stream = machine().sound().stream_alloc(*this, 0, 1, clock());
m_base = machine().root_device().memregion(m_rom_tag)->base();
m_adpcm.reset();
-
+
save_item(NAME(m_current));
save_item(NAME(m_end));
save_item(NAME(m_nibble));