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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/audio/redbaron.h b/src/mame/audio/redbaron.h
index eda9c43ea78..35d90b70bcc 100644
--- a/src/mame/audio/redbaron.h
+++ b/src/mame/audio/redbaron.h
@@ -9,9 +9,9 @@ class redbaron_sound_device : public device_t,
{
public:
redbaron_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
-
+
DECLARE_WRITE8_MEMBER( sounds_w );
-
+
protected:
// device-level overrides
virtual void device_start();