diff options
author | 2020-03-12 18:10:30 +0100 | |
---|---|---|
committer | 2020-03-12 18:10:30 +0100 | |
commit | 6525dc0cbfcfde2d123a4f7beaf42570010238b1 (patch) | |
tree | a2d8da881880636f54661591ed08193989e5f085 /src/devices/sound/sp0250.h | |
parent | 037d9d1b7059d276dca507bd8776efa7329fec95 (diff) |
devices/sound: more handler simplification (nw)
Diffstat (limited to 'src/devices/sound/sp0250.h')
-rw-r--r-- | src/devices/sound/sp0250.h | 2 |
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: |