summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/gottlieb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/gottlieb.h')
-rw-r--r--src/mame/audio/gottlieb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/audio/gottlieb.h b/src/mame/audio/gottlieb.h
index e1efd0513ff..a671fef2960 100644
--- a/src/mame/audio/gottlieb.h
+++ b/src/mame/audio/gottlieb.h
@@ -80,7 +80,7 @@ public:
gottlieb_sound_r1_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 0);
// read/write
- DECLARE_WRITE8_MEMBER( write );
+ void write(u8 data);
protected:
gottlieb_sound_r1_device(
@@ -144,7 +144,7 @@ public:
void enable_cobram3_mods() { m_cobram3_mod = true; }
// read/write
- DECLARE_WRITE8_MEMBER( write );
+ void write(u8 data);
// internal communications
DECLARE_READ8_MEMBER( speech_data_r );