summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/redbaron.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/redbaron.h')
-rw-r--r--src/mame/audio/redbaron.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/redbaron.h b/src/mame/audio/redbaron.h
index 2294d905fda..c5c81cb3264 100644
--- a/src/mame/audio/redbaron.h
+++ b/src/mame/audio/redbaron.h
@@ -14,7 +14,7 @@ class redbaron_sound_device : public device_t, public device_sound_interface
public:
redbaron_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
- DECLARE_WRITE8_MEMBER( sounds_w );
+ void sounds_w(uint8_t data);
protected:
// device-level overrides