summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gomoku.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gomoku.h')
-rw-r--r--src/mame/includes/gomoku.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/mame/includes/gomoku.h b/src/mame/includes/gomoku.h
index 31d10d88622..c0ded0cf9ec 100644
--- a/src/mame/includes/gomoku.h
+++ b/src/mame/includes/gomoku.h
@@ -39,12 +39,12 @@ public:
struct gomoku_sound_channel
{
- gomoku_sound_channel():
- channel(0),
- frequency(0),
- counter(0),
- volume(0),
- oneshotplaying(0) {}
+ gomoku_sound_channel():
+ channel(0),
+ frequency(0),
+ counter(0),
+ volume(0),
+ oneshotplaying(0) {}
int channel;
int frequency;
@@ -71,11 +71,11 @@ protected:
virtual void sound_stream_update(sound_stream &stream, stream_sample_t **inputs, stream_sample_t **outputs, int samples);
public:
- DECLARE_WRITE8_MEMBER( sound1_w );
- DECLARE_WRITE8_MEMBER( sound2_w );
+ DECLARE_WRITE8_MEMBER( sound1_w );
+ DECLARE_WRITE8_MEMBER( sound2_w );
private:
- void make_mixer_table(int voices, int gain);
+ void make_mixer_table(int voices, int gain);
private:
/* data about the sound system */