summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/cclimber.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/cclimber.h')
-rw-r--r--src/mame/audio/cclimber.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/audio/cclimber.h b/src/mame/audio/cclimber.h
index 7ad4c45044d..4229ad1e85b 100644
--- a/src/mame/audio/cclimber.h
+++ b/src/mame/audio/cclimber.h
@@ -41,7 +41,7 @@ public:
DECLARE_WRITE8_MEMBER( sample_rate_w );
DECLARE_WRITE8_MEMBER( sample_volume_w );
DECLARE_WRITE8_MEMBER( sample_select_w );
-
+
SAMPLES_START_CB_MEMBER( sh_start );
protected:
@@ -50,7 +50,7 @@ protected:
virtual machine_config_constructor device_mconfig_additions() const;
void play_sample(int start,int freq,int volume);
-
+
private:
INT16 *m_sample_buf; /* buffer to decode samples at run time */
int m_sample_num;