From 6525dc0cbfcfde2d123a4f7beaf42570010238b1 Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Thu, 12 Mar 2020 18:10:30 +0100 Subject: devices/sound: more handler simplification (nw) --- src/devices/sound/sp0250.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/devices/sound/sp0250.h') 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: -- cgit v1.2.3-70-g09d2