summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/flower.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/flower.h')
-rw-r--r--src/mame/includes/flower.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/flower.h b/src/mame/includes/flower.h
index 6b636a5b765..9fc57ace276 100644
--- a/src/mame/includes/flower.h
+++ b/src/mame/includes/flower.h
@@ -78,7 +78,7 @@ public:
{
TIMER_CLOCK_EFFECT
};
-
+
DECLARE_WRITE8_MEMBER( sound1_w );
DECLARE_WRITE8_MEMBER( sound2_w );
@@ -87,7 +87,7 @@ protected:
virtual void device_config_complete();
virtual void device_start();
virtual void device_reset();
-
+
virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr);
// sound stream update overrides
@@ -96,7 +96,7 @@ protected:
private:
void make_mixer_table(int voices, int gain);
void show_soundregs();
-
+
// internal state
emu_timer *m_effect_timer;