summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/taito_en.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/taito_en.c')
-rw-r--r--src/mame/audio/taito_en.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/taito_en.c b/src/mame/audio/taito_en.c
index 8d382869415..62b6e8a88e1 100644
--- a/src/mame/audio/taito_en.c
+++ b/src/mame/audio/taito_en.c
@@ -50,7 +50,7 @@ void taito_en_device::device_start()
save_item(NAME(m_es5510_dadr_latch));
save_item(NAME(m_es5510_gpr_latch));
save_item(NAME(m_es5510_ram_sel));
-
+
m_duart68681 = machine().device<duartn68681_device>("duart68681");
}