summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/l7a1045_l6028_dsp_a.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/l7a1045_l6028_dsp_a.h')
-rw-r--r--src/devices/sound/l7a1045_l6028_dsp_a.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/devices/sound/l7a1045_l6028_dsp_a.h b/src/devices/sound/l7a1045_l6028_dsp_a.h
index 5b49990f7c7..fecca395b89 100644
--- a/src/devices/sound/l7a1045_l6028_dsp_a.h
+++ b/src/devices/sound/l7a1045_l6028_dsp_a.h
@@ -22,6 +22,10 @@ public:
DECLARE_WRITE16_MEMBER( l7a1045_sound_w );
DECLARE_READ16_MEMBER( l7a1045_sound_r );
+ DECLARE_READ8_MEMBER(dma_r_cb);
+ DECLARE_WRITE8_MEMBER(dma_w_cb);
+ DECLARE_WRITE_LINE_MEMBER(dma_hreq_cb);
+
protected:
// device-level overrides
virtual void device_start() override;