summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/t6w28.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/t6w28.h')
-rw-r--r--src/devices/sound/t6w28.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/sound/t6w28.h b/src/devices/sound/t6w28.h
index e62852e77b6..e6cc2d9319d 100644
--- a/src/devices/sound/t6w28.h
+++ b/src/devices/sound/t6w28.h
@@ -10,8 +10,8 @@ class t6w28_device : public device_t, public device_sound_interface
public:
t6w28_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
- DECLARE_WRITE8_MEMBER( write );
- void set_enable( bool enable );
+ void write(offs_t offset, uint8_t data);
+ void set_enable(bool enable);
protected:
// device-level overrides