summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/t6721a.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/t6721a.h')
-rw-r--r--src/devices/sound/t6721a.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/sound/t6721a.h b/src/devices/sound/t6721a.h
index ebc7ea6924e..ed680c0424a 100644
--- a/src/devices/sound/t6721a.h
+++ b/src/devices/sound/t6721a.h
@@ -56,16 +56,16 @@ public:
uint8_t read();
void write(uint8_t data);
- DECLARE_WRITE_LINE_MEMBER( di_w );
+ void di_w(int state);
- DECLARE_READ_LINE_MEMBER( eos_r );
+ int eos_r();
protected:
// device-level overrides
- virtual void device_start() override;
+ virtual void device_start() override ATTR_COLD;
// device_sound_interface overrides
- virtual void sound_stream_update(sound_stream &stream, stream_sample_t **inputs, stream_sample_t **outputs, int samples) override;
+ virtual void sound_stream_update(sound_stream &stream) override;
private:
enum