summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/eolith.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/eolith.c')
-rw-r--r--src/mame/drivers/eolith.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/eolith.c b/src/mame/drivers/eolith.c
index 478a4a9e9b2..77fd106bc83 100644
--- a/src/mame/drivers/eolith.c
+++ b/src/mame/drivers/eolith.c
@@ -1494,7 +1494,7 @@ DRIVER_INIT_MEMBER(eolith_state,eolith)
// Configure the sound ROM banking
membank("sound_bank")->configure_entries(0, 16, memregion("sounddata")->base(), 0x8000);
-
+
save_item(NAME(m_sound_data));
}