summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/taito_en.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/taito_en.h')
-rw-r--r--src/mame/audio/taito_en.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/audio/taito_en.h b/src/mame/audio/taito_en.h
index c30930bd511..07c8b705577 100644
--- a/src/mame/audio/taito_en.h
+++ b/src/mame/audio/taito_en.h
@@ -17,7 +17,7 @@ public:
//todo: hook up cpu/es5510
DECLARE_READ16_MEMBER( es5510_dsp_r );
DECLARE_WRITE16_MEMBER( es5510_dsp_w );
-
+
DECLARE_WRITE_LINE_MEMBER(duart_irq_handler);
protected:
@@ -40,7 +40,7 @@ private:
UINT8 m_es5510_ram_sel;
UINT32 *m_snd_shared_ram;
-
+
duartn68681_device *m_duart68681;
};