diff options
Diffstat (limited to 'src/devices/sound/es8712.h')
-rw-r--r-- | src/devices/sound/es8712.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/sound/es8712.h b/src/devices/sound/es8712.h index 2ab82aedc5b..30665b9fdc3 100644 --- a/src/devices/sound/es8712.h +++ b/src/devices/sound/es8712.h @@ -47,7 +47,7 @@ public: DECLARE_READ8_MEMBER(read); DECLARE_WRITE8_MEMBER(msm_w); DECLARE_WRITE_LINE_MEMBER(msm_int); - + void play(); protected: @@ -63,7 +63,7 @@ private: required_device<hct157_device> m_adpcm_select; optional_device<msm5205_device> m_msm; - + // device callbacks devcb_write_line m_reset_handler; devcb_write8 m_msm_write_cb; |