summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/astrocde.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/astrocde.h')
-rw-r--r--src/devices/sound/astrocde.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/sound/astrocde.h b/src/devices/sound/astrocde.h
index 398a3648d3d..40bf8cc1448 100644
--- a/src/devices/sound/astrocde.h
+++ b/src/devices/sound/astrocde.h
@@ -61,8 +61,8 @@ protected:
virtual void sound_stream_update(sound_stream &stream, stream_sample_t **inputs, stream_sample_t **outputs, int samples) override;
public:
- DECLARE_WRITE8_MEMBER(write);
- DECLARE_READ8_MEMBER(read);
+ void write(offs_t offset, uint8_t data);
+ uint8_t read(offs_t offset);
private:
void state_save_register();