summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/audio/vc4000snd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/audio/vc4000snd.h')
-rw-r--r--src/mess/audio/vc4000snd.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mess/audio/vc4000snd.h b/src/mess/audio/vc4000snd.h
index 531556084f0..097c247538a 100644
--- a/src/mess/audio/vc4000snd.h
+++ b/src/mess/audio/vc4000snd.h
@@ -21,17 +21,17 @@ class vc4000_sound_device : public device_t,
public:
vc4000_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
~vc4000_sound_device() { }
-
+
protected:
// device-level overrides
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);
-
+
public:
void soundport_w(int mode, int data);
-
+
private:
sound_stream *m_channel;
UINT8 m_reg[1];