summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/warpwarp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/warpwarp.h')
-rw-r--r--src/mame/audio/warpwarp.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/mame/audio/warpwarp.h b/src/mame/audio/warpwarp.h
index a76aea0dc4f..dcfd2726c0d 100644
--- a/src/mame/audio/warpwarp.h
+++ b/src/mame/audio/warpwarp.h
@@ -3,14 +3,14 @@ class geebee_sound_device : public device_t,
{
public:
geebee_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
-
+
enum
{
TIMER_VOLUME_DECAY
};
-
+
DECLARE_WRITE8_MEMBER( sound_w );
-
+
protected:
// device-level overrides
virtual void device_config_complete();
@@ -18,9 +18,9 @@ protected:
// sound stream update overrides
virtual void sound_stream_update(sound_stream &stream, stream_sample_t **inputs, stream_sample_t **outputs, int samples);
-
+
virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr);
-
+
private:
// internal state
UINT16 *m_decay;
@@ -49,8 +49,8 @@ public:
TIMER_SOUND_VOLUME_DECAY,
TIMER_MUSIC_VOLUME_DECAY
};
-
-
+
+
DECLARE_WRITE8_MEMBER( sound_w );
DECLARE_WRITE8_MEMBER( music1_w );
DECLARE_WRITE8_MEMBER( music2_w );
@@ -59,12 +59,12 @@ protected:
// device-level overrides
virtual void device_config_complete();
virtual void device_start();
-
+
// sound stream update overrides
virtual void sound_stream_update(sound_stream &stream, stream_sample_t **inputs, stream_sample_t **outputs, int samples);
-
+
virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr);
-
+
private:
// internal state
INT16 *m_decay;