summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/vc4000.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/vc4000.h')
-rw-r--r--src/mame/audio/vc4000.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/audio/vc4000.h b/src/mame/audio/vc4000.h
index 67c284f878e..7bcb82825c7 100644
--- a/src/mame/audio/vc4000.h
+++ b/src/mame/audio/vc4000.h
@@ -21,7 +21,7 @@ class vc4000_sound_device : public device_t,
public device_sound_interface
{
public:
- vc4000_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ vc4000_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
~vc4000_sound_device() { }
protected:
@@ -36,7 +36,7 @@ public:
private:
sound_stream *m_channel;
- UINT8 m_reg[1];
+ uint8_t m_reg[1];
int m_size;
int m_pos;
unsigned m_level;