summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/qsoundhle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/qsoundhle.h')
-rw-r--r--src/devices/sound/qsoundhle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/sound/qsoundhle.h b/src/devices/sound/qsoundhle.h
index 53d1300b583..744569184cd 100644
--- a/src/devices/sound/qsoundhle.h
+++ b/src/devices/sound/qsoundhle.h
@@ -19,8 +19,8 @@ public:
// default 60MHz clock (divided by 2 for DSP core clock, and then by 1248 for sample rate)
qsound_hle_device(machine_config const &mconfig, char const *tag, device_t *owner, uint32_t clock = 60'000'000);
- DECLARE_WRITE8_MEMBER(qsound_w);
- DECLARE_READ8_MEMBER(qsound_r);
+ void qsound_w(offs_t offset, uint8_t data);
+ uint8_t qsound_r();
protected:
// device_t implementation