summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/elan_eu3a05.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/elan_eu3a05.h')
-rw-r--r--src/mame/audio/elan_eu3a05.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/elan_eu3a05.h b/src/mame/audio/elan_eu3a05.h
index a662dc8c5b2..86ff7236b91 100644
--- a/src/mame/audio/elan_eu3a05.h
+++ b/src/mame/audio/elan_eu3a05.h
@@ -19,7 +19,7 @@ public:
auto space_read_callback() { return m_space_read_cb.bind(); }
template <unsigned N> auto sound_end_cb() { return m_sound_end_cb[N].bind(); }
-
+
void map(address_map& map);