summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/sp0250.h
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2020-03-12 18:10:30 +0100
committer Ivan Vangelista <mesgnet@yahoo.it>2020-03-12 18:10:30 +0100
commit6525dc0cbfcfde2d123a4f7beaf42570010238b1 (patch)
treea2d8da881880636f54661591ed08193989e5f085 /src/devices/sound/sp0250.h
parent037d9d1b7059d276dca507bd8776efa7329fec95 (diff)
devices/sound: more handler simplification (nw)
Diffstat (limited to 'src/devices/sound/sp0250.h')
-rw-r--r--src/devices/sound/sp0250.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/sp0250.h b/src/devices/sound/sp0250.h
index dd1b0aa160b..9685fa4fea2 100644
--- a/src/devices/sound/sp0250.h
+++ b/src/devices/sound/sp0250.h
@@ -12,7 +12,7 @@ public:
auto drq() { return m_drq.bind(); }
- DECLARE_WRITE8_MEMBER( write );
+ void write(uint8_t data);
uint8_t drq_r();
protected: