summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/sns_sdd1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/sns_sdd1.c')
-rw-r--r--src/mess/machine/sns_sdd1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/sns_sdd1.c b/src/mess/machine/sns_sdd1.c
index 85d336d4d5a..8291e00574e 100644
--- a/src/mess/machine/sns_sdd1.c
+++ b/src/mess/machine/sns_sdd1.c
@@ -435,7 +435,7 @@ void sns_rom_sdd1_device::device_start()
save_item(NAME(m_sdd1_enable));
save_item(NAME(m_xfer_enable));
save_item(NAME(m_mmc));
-
+
for (int i = 0; i < 8; i++)
{
save_item(NAME(m_dma[i].addr), i);