summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/vc4000.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/vc4000.h')
-rw-r--r--src/mess/includes/vc4000.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/includes/vc4000.h b/src/mess/includes/vc4000.h
index b416562f97a..040f1ccae4f 100644
--- a/src/mess/includes/vc4000.h
+++ b/src/mess/includes/vc4000.h
@@ -160,13 +160,13 @@ protected:
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);
+ void soundport_w(int mode, int data);
private:
sound_stream *m_channel;
UINT8 m_reg[1];
int m_size;
- int m_pos;
+ int m_pos;
unsigned m_level;
};